We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c813f7 commit f56b99aCopy full SHA for f56b99a
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
gcc:
20
strategy:
21
matrix:
22
- gcc: [8, 9, 10, 11]
+ gcc: [8, 9, 10, 11, 12, 13]
23
standard: [17, 20]
24
fail-fast: false
25
name: "GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"
0 commit comments