File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212on :
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
You can’t perform that action at this time.
0 commit comments