File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 matrix :
1010 config :
1111 - {compiler-options: "-Wall -Wextra -std=c++20"}
12- - {compiler-options: "-Wall -Wextra -Wno-sign-compare -std=c++2c"}
12+ - {compiler-options: "-Wall -Wextra -std=c++23"}
13+ - {compiler-options: "-Wall -Wextra -Wno-sign-compare -std=c++26"}
1314 - {compiler-options: "-fanalyzer -Wno-analyzer-null-dereference -std=c++26"}
1415 steps :
1516 - uses : actions/checkout@v2
4445 strategy :
4546 matrix :
4647 config :
47- - {compiler-options: "-Wall -Wextra -std=c++2c -isystem"}
48- - {compiler-options: "-Wall -Wextra -Wno-sign-compare -std=c++2c -isystem"}
48+ - {compiler-options: "-Wall -Wextra -std=c++2b -isystem"}
49+ - {compiler-options: "-Wall -Wextra -Wno-sign-compare -std=c++2b -isystem"}
4950 steps :
5051 - uses : actions/checkout@v2
5152 - name : compile
You can’t perform that action at this time.
0 commit comments