Skip to content

Commit

Permalink
Disable CI for Windows & JDK8 (#4403)
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Dec 27, 2021
1 parent 4b88d31 commit 1f1924f
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 1f1924f

Please sign in to comment.