diff options
| author | jvoisin | 2023-09-21 00:33:41 +0200 |
|---|---|---|
| committer | jvoisin | 2023-09-21 00:33:41 +0200 |
| commit | 46add4c4aecbbb8edb4b70ac5ed3a8c144f497ee (patch) | |
| tree | 5f3fe611badb3a5e1a992aca37dbfaeaeb54644a /.github/workflows | |
| parent | fd4332dbcd5227fde96e7bc128418d834b5b910f (diff) | |
Add clang 15 to the CI
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/testsuite.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 41 | runs-on: ubuntu-latest | 41 | runs-on: ubuntu-latest |
| 42 | strategy: | 42 | strategy: |
| 43 | matrix: | 43 | matrix: |
| 44 | version: [12, 13, 14] | 44 | version: [12, 13, 14, 15] |
| 45 | steps: | 45 | steps: |
| 46 | - name: Checking out the code | 46 | - name: Checking out the code |
| 47 | uses: actions/checkout@v3 | 47 | uses: actions/checkout@v3 |
