Skip to content

Commit e04e61b

Browse files
committed
[CI] Add GCC 15 and Clang 19,20 to the build matrix.
1 parent 2f8d61e commit e04e61b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: false
133133
matrix:
134-
version: [ '11', '12', '13', '14' ]
134+
version: [ '11', '12', '13', '14', '15' ]
135135
env:
136136
CC: gcc-${{ matrix.version }}
137137
CXX: g++-${{ matrix.version }}
@@ -167,7 +167,7 @@ jobs:
167167
strategy:
168168
fail-fast: false
169169
matrix:
170-
version: [ '13', '14', '15', '16', '17', '18' ]
170+
version: [ '13', '14', '15', '16', '17', '18', '19', '20' ]
171171
env:
172172
CC: clang-${{ matrix.version }}
173173
CXX: clang++-${{ matrix.version }}

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
fail-fast: false
147147
matrix:
148148
language: ['cpp']
149-
version: [ '14' ]
149+
version: [ '15' ]
150150
env:
151151
CC: gcc-${{ matrix.version }}
152152
CXX: g++-${{ matrix.version }}

0 commit comments

Comments
 (0)