Skip to content

Commit

Permalink
Update CI configs for JDK 23 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Sep 21, 2024
1 parent c90adca commit b20ca2e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/maven-acceptance-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- jdk: '22'
distribution: 'zulu'
experimental: true
- jdk: '23-ea'
- jdk: '23'
distribution: 'zulu'
experimental: true
- jdk: '24-ea'
distribution: 'zulu'
experimental: true
continue-on-error: ${{ matrix.experimental }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/maven-acceptance-wide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ jobs:
- jdk: '17'
distribution: 'adopt-openj9'
experimental: false
- jdk: '23-ea'
- jdk: '23'
distribution: 'zulu'
experimental: true
continue-on-error: ${{ matrix.experimental }}
- jdk: '24-ea'
distribution: 'zulu'
experimental: true
continue-on-error: ${{ matrix.experimental }}

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: ['temurin']
experimental: [false]
include:
- jdk: '22'
- jdk: '23'
distribution: 'zulu'
experimental: true
continue-on-error: ${{ matrix.experimental }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ jobs:
- jdk: '22'
distribution: zulu
experimental: true
- jdk: '23-ea'
distribution: zulu
- jdk: '23'
distribution: 'zulu'
experimental: true
- jdk: '24-ea'
distribution: 'zulu'
experimental: true
continue-on-error: ${{ matrix.experimental }}

Expand Down

0 comments on commit b20ca2e

Please # to comment.