Skip to content

Commit

Permalink
Update maven.yml with jdk22
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoch committed Mar 25, 2024
1 parent 6fae58f commit d0607a9
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 @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [17, 21]
java: [17, 21, 22]
jdk: [temurin]
fail-fast: false

Expand Down

0 comments on commit d0607a9

Please sign in to comment.