summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-07-31 09:08:40 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-07-31 09:08:40 +0100
commitae4642d4bb9cb94f4ee89bd6e9673c87f52af06e (patch)
tree01467a8d296073e43a8dff6a29bfe1b4acea688d /.github
parent842ae379aafe189ff83bed07579f6f56cb1c6771 (diff)
downloadswig-ae4642d4bb9cb94f4ee89bd6e9673c87f52af06e.tar.gz
GHA: Test C17 with C++20
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6932556e4..3be9b3a1d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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