Skip to content

Commit

Permalink
CI on 24-ea
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Dec 18, 2024
1 parent bb2fed4 commit 7a5987d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
java: [ 17 ]
include:
- os: ubuntu-latest
java: 23
java: 24-ea
fail-fast: false
steps:

Expand Down Expand Up @@ -833,7 +833,7 @@ jobs:
timeout-minutes: 50
strategy:
matrix:
java: [ '17', '21', '23' ]
java: [ '17', '21', '24-ea' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
fail-fast: false
Expand Down Expand Up @@ -1440,10 +1440,10 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '17', '23' ]
java: [ '17', '24-ea' ]
config: [ 'batch1', 'batch2' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '23' }}
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '24-ea' }}
fail-fast: false
steps:

Expand Down Expand Up @@ -1493,7 +1493,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '17', '21', '23' ]
java: [ '17', '21', '24-ea' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
fail-fast: false
Expand Down

0 comments on commit 7a5987d

Please sign in to comment.