GHA: Test C17 with C++20

This commit is contained in:
William S Fulton 2022-07-31 09:08:40 +01:00
commit ae4642d4bb

View file

@ -392,6 +392,7 @@ jobs:
c++11) export CSTD=c11 ;;
c++14) export CSTD=c11 ;;
c++17) export CSTD=c17 ;;
c++20) export CSTD=c20 ;;
esac
echo CSTD="$CSTD" >> $GITHUB_ENV
fi