Add C++20 tests for gcc 9 and 10
This commit is contained in:
parent
4a8a038144
commit
39c52e45fe
9
.github/workflows/linux.yml
vendored
9
.github/workflows/linux.yml
vendored
@ -28,10 +28,19 @@ jobs:
|
|||||||
std: 17
|
std: 17
|
||||||
install: sudo apt install g++-8
|
install: sudo apt install g++-8
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
|
- cxx: g++-9
|
||||||
|
build_type: Debug
|
||||||
|
std: 20
|
||||||
|
install: sudo apt install g++-9
|
||||||
|
os: ubuntu-18.04
|
||||||
- cxx: g++-10
|
- cxx: g++-10
|
||||||
build_type: Debug
|
build_type: Debug
|
||||||
std: 17
|
std: 17
|
||||||
os: ubuntu-18.04
|
os: ubuntu-18.04
|
||||||
|
- cxx: g++-10
|
||||||
|
build_type: Debug
|
||||||
|
std: 20
|
||||||
|
os: ubuntu-18.04
|
||||||
- cxx: g++-11
|
- cxx: g++-11
|
||||||
build_type: Debug
|
build_type: Debug
|
||||||
std: 20
|
std: 20
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user