Skip to content

Commit

Permalink
CI builds: Replace Java 22 with Java 23
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 19, 2024
1 parent cb2d236 commit 0253798
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
java: [ 8, 11, 17, 21, 22 ]
java: [ 8, 11, 17, 21 ]
experimental: [false]
# Keep the same parameter order as the matrix above
include:
Expand All @@ -46,15 +46,15 @@ jobs:
java: 21
experimental: false
deploy: true
# Experimental builds: Java 23-ea
# Experimental builds: Java 23
- os: ubuntu-latest
java: 23-ea
java: 23
experimental: true
- os: windows-latest
java: 23-ea
java: 23
experimental: true
- os: macos-latest
java: 23-ea
java: 23
experimental: true
# Experimental builds: Java 24-ea
- os: ubuntu-latest
Expand Down

0 comments on commit 0253798

Please sign in to comment.