Skip to content

Commit 94bd2e5

Browse files
committed
ci: add GCC 15,16 coverage
Add CI coverage for GCC 15, 16
1 parent dfca8fc commit 94bd2e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
ubuntu_24_04_gcc:
7979
strategy:
8080
matrix:
81-
version: [13, 14]
81+
version: [13, 14, 15, 16]
8282
runs-on: ubuntu-24.04
8383
env:
8484
CPP: cpp-${{ matrix.version }}

0 commit comments

Comments
 (0)