Skip to content

Commit

Permalink
Add Java 22 to the GitHub CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 22, 2024
1 parent ebd98cf commit b6dd3bd
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:
matrix:
os: [windows-latest, macos-13, ubuntu-latest]
java: [ 8, 11, 17, 21 ]
java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
include:
- java: 23-ea
Expand Down

0 comments on commit b6dd3bd

Please sign in to comment.