Skip to content

Commit

Permalink
Bump Java to 21 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored Nov 4, 2023
1 parent c8c14de commit c7354f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [ 8, 20 ]
jdk: [ 8, 21 ]

steps:
- name: Checkout
Expand Down

0 comments on commit c7354f1

Please sign in to comment.