Skip to content

Commit

Permalink
[LOCAL] Update CI Matrix setup to match main
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 6, 2024
1 parent 71cd25e commit 8ed0732
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
jdk: [ 8, 11, 17 ]
exclude: # windows with JDK8 are *really* flaky
os: [ ubuntu-latest ]
jdk: [ 8, 11, 17, 21 ]
include:
- os: windows-latest
jdk: 8
jdk: 21
- os: macos-latest
jdk: 21
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 8ed0732

Please sign in to comment.