Skip to content

Commit

Permalink
CI: add Clang 17
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>

Reviewed-by: Hugo Landau <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#22570)
  • Loading branch information
thesamesam authored and t8m committed Nov 1, 2023
1 parent ddf84fc commit bdcaa80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compiler-zoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
cc: clang-16,
distro: ubuntu-22.04,
llvm-ppa-name: jammy
}, {
cc: clang-17,
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 bdcaa80

Please sign in to comment.