Skip to content

Commit

Permalink
Don't run tests against scala 2.11 or scala 2.12
Browse files Browse the repository at this point in the history
Definitely don't merge this into the upstream repo!
  • Loading branch information
srollins-lucid committed Apr 6, 2022
1 parent 088e1a9 commit 8339738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
java: [8, 11, 17]
scala: [2.11.12, 2.12.15, 2.13.8, 3.0.2]
scala: [2.13.8, 3.0.2]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8339738

Please sign in to comment.