Add c++-20 testing on experimental GHA Ubuntu 22.04

This commit is contained in:
William S Fulton 2022-07-30 18:58:03 +01:00
commit 4a8447d503

View file

@ -41,6 +41,9 @@ jobs:
GCC: 10
- SWIGLANG: ""
GCC: 11
- SWIGLANG: ""
GCC: 12
os: ubuntu-22.04
- SWIGLANG: ""
compiler: clang
- SWIGLANG: csharp
@ -286,6 +289,12 @@ jobs:
- SWIGLANG: tcl
CPPSTD: c++17
GCC: 11
# c++20 testing (using gcc12)
# ubuntu-22.04 is currently experimental on Github Actions, so limit to just one language for now
- SWIGLANG: python
CPPSTD: c++20
GCC: 12
os: ubuntu-22.04
# Experimental languages (these are allowed to fail)
- SWIGLANG: mzscheme
continue-on-error: true