Skip to content

Commit

Permalink
Try using exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Jan 4, 2025
1 parent 505eb51 commit ca6e04e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ jobs:
{version: '17', experimental: false},
{version: '23', experimental: false},
{version: '24-ea', experimental: true}]
exclude:
- script: {name: 'cftests-junit-jdk21', runOn: ['11', '17', '23', '24-ea'] }
java: {version: '8', experimental: false}
env:
JAVA_VERSION: ${{ matrix.java.version }}
continue-on-error: ${{ matrix.java.experimental }}
Expand Down

0 comments on commit ca6e04e

Please sign in to comment.