Skip to content

Commit c46d3ca

Browse files
committed
add newer Clang versions for GitHub workflow
1 parent 33ed302 commit c46d3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
version: [14, 15, 16, 17, 18]
27+
version: [14, 15, 16, 17, 18, 19, 20]
2828
steps:
2929
- uses: actions/checkout@v5
3030
- name: Install dependencies
31-
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends clang-14 clang-15
31+
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends clang-14 clang-15 clang-19 clang-20
3232
- name: Setting up clang version
3333
run: |
3434
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-${{ matrix.version }} 100

0 commit comments

Comments
 (0)