Skip to content

Commit

Permalink
CI: add Clang 16
Browse files Browse the repository at this point in the history
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 #20346)
  • Loading branch information
thesamesam authored and paulidale committed Feb 23, 2023
1 parent ab5a172 commit 6de73f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compiler-zoo.yml
Expand Up @@ -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
Expand Down

0 comments on commit 6de73f5

Please sign in to comment.