Skip to content

Commit

Permalink
Add missing exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
no-preserve-root committed Dec 18, 2024
1 parent 6bbbcac commit 6d71cf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
java-version: 11 # EOL
- java-package: microsoft
java-version: 8 # Does not exist
- os: macos-latest
- architecture: aarch64
java-package: temurin
java-version: 8 # Does not exist
fail-fast: false # Ensure we get all failures on all affected platforms

name: JUnit Test on ${{ matrix.os }} and ${{ matrix.java-package }} version ${{ matrix.java-version }} for ${{ matrix.architecture }}
Expand Down

0 comments on commit 6d71cf8

Please sign in to comment.