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 f56b99a commit 78ba3a3Copy full SHA for 78ba3a3
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
gcc:
20
strategy:
21
matrix:
22
- gcc: [8, 9, 10, 11, 12, 13]
+ gcc: [8, 9, 10, 11, 13]
23
standard: [17, 20]
24
fail-fast: false
25
name: "GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"
0 commit comments