Skip to content

Commit

Permalink
Merge pull request #736 from mkurz/new_scala
Browse files Browse the repository at this point in the history
Scala 3.1.2-RC3
  • Loading branch information
mkurz authored Mar 28, 2022
2 parents 974f799 + 935bb89 commit 670e316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
jdk: [ 11, 8 ]
scala: [ 2.12.15, 2.13.8, 3.1.2-RC2 ] # Should be sync with Mergify conditions (.mergify.yml)
scala: [ 2.12.15, 2.13.8, 3.1.2-RC3 ] # Should be sync with Mergify conditions (.mergify.yml)
name: Check / Tests (Scala ${{ matrix.scala }} & JDK ${{ matrix.jdk }})
steps:
- name: Checkout
Expand Down

0 comments on commit 670e316

Please sign in to comment.