Skip to content

Commit

Permalink
Update Scala versions for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Jun 6, 2021
1 parent e66e59b commit 80f9a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
java-version: 15
- name: "2.13 Test"
if: ${{ github.base_ref == 'main' }}
run: sbt "++ 2.13.5 test"
run: sbt "++ 2.13.6 test"
- name: "2.12 Test"
if: ${{ github.base_ref == 'main' }}
run: sbt "++ 2.12.13 test"
run: sbt "++ 2.12.14 test"
- name: "2.11 Test"
if: ${{ github.base_ref == '0.1.x' }}
run: sbt "++ 2.11.12 test"

0 comments on commit 80f9a1b

Please sign in to comment.