Skip to content

Commit

Permalink
Use JDK21 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Dec 16, 2023
1 parent dae7c56 commit 5a2e17b
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 @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [ 17 ]
java_version: [ 21 ]

steps:
- name: Checkout for build
Expand Down

0 comments on commit 5a2e17b

Please sign in to comment.