Skip to content

Commit 8ed0732

Browse files
committed
[LOCAL] Update CI Matrix setup to match main
1 parent 71cd25e commit 8ed0732

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pre-merge.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ ubuntu-latest, macos-latest, windows-latest ]
25-
jdk: [ 8, 11, 17 ]
26-
exclude: # windows with JDK8 are *really* flaky
24+
os: [ ubuntu-latest ]
25+
jdk: [ 8, 11, 17, 21 ]
26+
include:
2727
- os: windows-latest
28-
jdk: 8
28+
jdk: 21
29+
- os: macos-latest
30+
jdk: 21
2931
runs-on: ${{ matrix.os }}
3032
steps:
3133
- name: Checkout Repo

0 commit comments

Comments
 (0)