Skip to content

Commit

Permalink
Drop Java 22 build from GH CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 23, 2024
1 parent 67aa215 commit a24c20c
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 @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
java: [ 8, 11, 17, 21, 22 ]
java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- java: 23
Expand Down

0 comments on commit a24c20c

Please sign in to comment.