Add C++20 tests for gcc 9 and 10

This commit is contained in:
Mark Santaniello 2022-08-09 11:02:54 -07:00
parent 4a8a038144
commit 39c52e45fe

View File

@ -28,10 +28,19 @@ jobs:
std: 17
install: sudo apt install g++-8
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
build_type: Debug
std: 17
os: ubuntu-18.04
- cxx: g++-10
build_type: Debug
std: 20
os: ubuntu-18.04
- cxx: g++-11
build_type: Debug
std: 20