Skip to content

Commit

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

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit ba0ee49

Please sign in to comment.