summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-21 00:37:57 +0000
committerPauli <pauli@openssl.org>2023-02-23 18:30:16 +1100
commit6de73f5d795b74815740088274069b8778264bb8 (patch)
treeb73f9ce410af74325975abcb29a8d531a8646322 /.github
parentab5a172f1b41b12133b95822d5bf004c322965cb (diff)
CI: add Clang 16
Clang 16 will be released shortly (beginning of March). Signed-off-by: Sam James <sam@gentoo.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20346)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compiler-zoo.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/compiler-zoo.yml b/.github/workflows/compiler-zoo.yml
index a20a84cffe..fd0a456215 100644
--- a/.github/workflows/compiler-zoo.yml
+++ b/.github/workflows/compiler-zoo.yml
@@ -67,6 +67,10 @@ jobs:
cc: clang-15,
distro: ubuntu-22.04,
llvm-ppa-name: jammy
+ }, {
+ cc: clang-16,
+ distro: ubuntu-22.04,
+ llvm-ppa-name: jammy
}
]
# We set per-compiler now to allow testing with both older and newer sets