Skip to content

Commit

Permalink
Add scala 3.3.3 LTS to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Aug 25, 2024
1 parent b9736cf commit 128f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
java: [11, 17, 21]
scala: ["2.13.14", "3.4.2"]
scala: ["2.13.14", "3.3.3", "3.4.2"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 128f540

Please sign in to comment.