Skip to content

Commit

Permalink
Add clang 17 to CI build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jan 3, 2024
1 parent 970a5ac commit 72d410d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devenv-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag: [lunar, mantic]
tag: [lunar, mantic, noble]
steps:
- uses: actions/checkout@v3
- name: Build CI images
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/linux-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jobs:
tag: mantic
cc: clang
cxx: clang++
- name: "Clang 17"
shortname: clang17
tag: noble
cc: clang
cxx: clang++
- name: "C++14 mode"
shortname: c++14
tag: rolling
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/linux-nondefault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ jobs:
tag: mantic
cc: clang
cxx: clang++
- name: "Clang 17"
shortname: clang17
tag: noble
cc: clang
cxx: clang++
- name: "C++14 mode"
shortname: c++14
tag: rolling
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,18 @@ jobs:
tag: lunar
cc: clang
cxx: clang++
tests: true
- name: "Clang 16"
shortname: clang16
tag: mantic
cc: clang
cxx: clang++
tests: true
- name: "Clang 17"
shortname: clang17
tag: noble
cc: clang
cxx: clang++
tests: true
- name: "C++14 mode"
shortname: c++14
tag: rolling
Expand Down

0 comments on commit 72d410d

Please sign in to comment.