Skip to content

Commit

Permalink
Disable CI for Windows & JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Dec 26, 2021
1 parent 8a919d9 commit da875e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-merge.yaml
Expand Up @@ -16,6 +16,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
jdk: [8, 11, 17]
exclude: # windows with JDK8 are *really* flaky
- os: windows-latest
jdk: 8
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
Expand Down

0 comments on commit da875e4

Please sign in to comment.