Skip to content

Commit f56b99a

Browse files
committed
add GCC 12 and 13
1 parent 1c813f7 commit f56b99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
gcc:
2020
strategy:
2121
matrix:
22-
gcc: [8, 9, 10, 11]
22+
gcc: [8, 9, 10, 11, 12, 13]
2323
standard: [17, 20]
2424
fail-fast: false
2525
name: "GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"

0 commit comments

Comments
 (0)