Skip to content

Commit

Permalink
Add JDK 22, remove 17/21
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Mar 25, 2024
1 parent 4f9388a commit 322acbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
java-version: [8, 11, 17, 18, 21]
java-version: [8, 11, 18, 22]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 322acbf

Please sign in to comment.