Skip to content

Commit

Permalink
Merge pull request #893 from hazendaz/main
Browse files Browse the repository at this point in the history
[GHA] Add java 22 to build cycle
  • Loading branch information
hazendaz authored May 29, 2024
2 parents a717374 + 6a4d845 commit d4c66de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-14]
java: [17, 21]
java: [17, 21, 22]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d4c66de

Please sign in to comment.