From 6e45edc2c0da0e2091684d6795e530df375e5690 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 5 Nov 2022 14:34:28 +0100 Subject: [PATCH] :construction_worker: add Clang 15 --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 47bd3371d..1c119258b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -135,7 +135,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', 'latest'] + compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', 'latest'] container: silkeh/clang:${{ matrix.compiler }} steps: - uses: actions/checkout@v3