Skip to content

Commit

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

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down

0 comments on commit c8b66d4

Please sign in to comment.