Skip to content

Commit

Permalink
Update Java CI to use up to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
emichael authored Oct 6, 2023
1 parent 834893a commit 684c12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '14', '15', '16', '17', '18', '19' ]
java: [ '14', '17', '21' ]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 684c12b

Please sign in to comment.