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 28, 2024
1 parent 0560a4f commit 9efc536
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 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 @@ -260,6 +260,7 @@ jobs:
run: tar --zstd -xf build.tar.zst

- name: platform/masterfs
if: ${{ matrix.java == '17' }}
run: .github/retry.sh ant $OPTS -f platform/masterfs test

- name: Commit Validation tests
Expand Down Expand Up @@ -836,7 +837,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 @@ -1443,10 +1444,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 @@ -1496,7 +1497,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 9efc536

Please sign in to comment.