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 d7068ea commit 9aaf1bcCopy full SHA for 9aaf1bc
.github/workflows/tests.yml
@@ -40,7 +40,7 @@ jobs:
40
clang:
41
strategy:
42
matrix:
43
- clang: [7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
+ clang: [7, 8, 9, 10, 11, 12, 13, 14, 15]
44
stdlib: ["libc++", "libstdc++"]
45
standard: [17, 20]
46
fail-fast: false
0 commit comments