Skip to content

Commit 4f9f481

Browse files
committed
Test with whole matrix enabled
Experiment with exclude: to test fewer Java versions on the Windows runners, which seem to be extra slow.
1 parent 4752abf commit 4f9f481

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

.github/workflows/ci-lazypg.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
on:
1313
push:
14-
branches: [ master, REL1_6_STABLE ]
14+
branches: [ master, REL1_6_STABLE, chore/REL1_6_STABLE/gha ]
1515
pull_request:
1616
branches: [ master, REL1_6_STABLE ]
1717

@@ -24,19 +24,24 @@ jobs:
2424
strategy:
2525
matrix:
2626
oscc:
27-
# - os: ubuntu-latest
28-
# cc: gcc
29-
# - os: macos-13
30-
# cc: clang
31-
# pg: 17
32-
# - os: macos-14
33-
# cc: clang
34-
# pg: 17
35-
# - os: windows-latest
36-
# cc: msvc
27+
- os: ubuntu-latest
28+
cc: gcc
29+
- os: macos-13
30+
cc: clang
31+
pg: 17
32+
- os: macos-14
33+
cc: clang
34+
pg: 17
35+
- os: windows-latest
36+
cc: msvc
3737
- os: windows-latest
3838
cc: mingw
39-
java: [21]
39+
java: [11, 17, 21, 23]
40+
exclude:
41+
- oscc: {os: windows-latest}
42+
java: 17
43+
- oscc: {os: windows-latest}
44+
java: 23
4045

4146
steps:
4247

0 commit comments

Comments
 (0)