Skip to content

Commit

Permalink
Change java versions in CI to 11 and 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkyffin committed Oct 28, 2024
1 parent 5f89a36 commit d960293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java_version: [11, 17]
java_version: [11, 21]

steps:
# Setup Java
Expand Down

0 comments on commit d960293

Please sign in to comment.