This commit is contained in:
Mark Santaniello 2022-08-09 14:45:23 -07:00
commit b519f0ce7e

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