Skip to content

Commit

Permalink
remove scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Taylor committed Jul 10, 2024
1 parent bcb77b8 commit 7ef0b10
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 @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.14, 2.12.16, 3.2.2]
scala: [2.13.14, 2.12.16]
java: [temurin@8, temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7ef0b10

Please sign in to comment.