Skip to content

Commit

Permalink
Test with Java 21 instead of 20
Browse files Browse the repository at this point in the history
  • Loading branch information
making authored Oct 10, 2023
1 parent ba6b9f3 commit a6721bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [8.x, 11.x, 17.x, 20.x]
java: [8.x, 11.x, 17.x, 21.x]
steps:
- uses: actions/checkout@v1
- name: Set up Java
Expand Down

0 comments on commit a6721bf

Please sign in to comment.