Skip to content

Commit

Permalink
Remove Java 23, can't run with OS combo?
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 6, 2024
1 parent c8b66d4 commit 78fbcd8
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 @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
java: [ 8, 11, 17, 21, 23 ]
java: [ 8, 11, 17, 21 ]
experimental: [false]
include:
- java: 24-ea
Expand Down

0 comments on commit 78fbcd8

Please sign in to comment.