Skip to content

Commit

Permalink
Replace Java 23-ea with 23
Browse files Browse the repository at this point in the history
Drop Java 22 builds
  • Loading branch information
garydgregory committed Sep 27, 2024
1 parent 0e19767 commit 6f02852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ 17, 21, 22 ]
java: [ 17, 21 ]
experimental: [false]
include:
- java: 23-ea
- java: 23
os: ubuntu-latest
experimental: true
- java: 24-ea
Expand Down

0 comments on commit 6f02852

Please sign in to comment.