Skip to content

Commit 9f06dcb

Browse files
authored
feat: update python-version and gcc-version
1 parent 9d60df9 commit 9f06dcb

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/main.yml

+15-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
timeout-minutes: 30
77
strategy:
88
matrix:
9-
gcc-version: [5, 6, 7, 8, 9, 10, 11, 12]
9+
gcc-version: [5, 6, 7, 8, 9, 10, 11, 12, 13]
1010
runs-on: ubuntu-latest
1111
container: gcc:${{ matrix.gcc-version }}
1212
steps:
@@ -46,7 +46,7 @@ jobs:
4646
timeout-minutes: 30
4747
strategy:
4848
matrix:
49-
gcc-version: [7, 8, 9, 10, 11, 12]
49+
gcc-version: [7, 8, 9, 10, 11, 12, 13]
5050
cmake-version: ["3.25.0"]
5151
cmake-type: ["binary"]
5252
runs-on: ubuntu-latest
@@ -121,7 +121,19 @@ jobs:
121121
timeout-minutes: 30
122122
strategy:
123123
matrix:
124-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", rc]
124+
python-version: [
125+
2.7,
126+
3.5,
127+
3.6,
128+
3.7,
129+
3.8,
130+
3.9,
131+
"3.10",
132+
"3.11",
133+
"3.12",
134+
latest,
135+
rc,
136+
]
125137
runs-on: ubuntu-latest
126138
container: python:${{ matrix.python-version }}
127139
steps:

0 commit comments

Comments
 (0)