From 46add4c4aecbbb8edb4b70ac5ed3a8c144f497ee Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 21 Sep 2023 00:33:41 +0200 Subject: Add clang 15 to the CI --- .github/workflows/testsuite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yaml b/.github/workflows/testsuite.yaml index fb655e3..83c9ca4 100644 --- a/.github/workflows/testsuite.yaml +++ b/.github/workflows/testsuite.yaml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [12, 13, 14] + version: [12, 13, 14, 15] steps: - name: Checking out the code uses: actions/checkout@v3 -- cgit v1.3