Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reibitto committed Nov 14, 2023
1 parent 751c1c5 commit 0392438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: Scala CI

on:
push:
branches: [ master ]
branches: [master, main]
pull_request:
branches: [ master ]
branches: [master, main]

jobs:
jvm:
strategy:
fail-fast: false
matrix:
scala: [2.12.15]
scala: [2.12.18]
java: [adopt@1.11, adopt@1.8]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0392438

Please sign in to comment.