Skip to content

Commit

Permalink
Exclude useless test combo
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Aug 6, 2024
1 parent 838417f commit 3f62f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
runs-on: ubuntu-latest
needs: remainder
# At least one plume-lib project no longer works on Java 8.
if: matrix.java.version != 8 || matrix.script != 'plume-lib'
# Java 8 does not allow toolchains, so testing 'cftests-junit-jdk21' is unnecessary.
if: matrix.java.version != 8 || (matrix.script != 'plume-lib' && matrix.script != 'cftests-junit-jdk21')
permissions:
contents: read
strategy:
Expand Down

0 comments on commit 3f62f31

Please sign in to comment.