Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Nov 1, 2024
1 parent 69a9ff5 commit cf7e254
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:
strategy:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [ 8, 11 ]
java: [ 8, 11, 21 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cf7e254

Please sign in to comment.