commit 46add4c4aecbbb8edb4b70ac5ed3a8c144f497ee
parent fd4332dbcd5227fde96e7bc128418d834b5b910f
Author: jvoisin <julien.voisin@dustri.org>
Date: Thu, 21 Sep 2023 00:33:41 +0200
Add clang 15 to the CI
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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