👷 Clang 15

This commit is contained in:
Niels Lohmann 2022-12-11 10:46:30 +01:00
parent ea870ea247
commit 09324b7536
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -138,7 +138,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-bullseye', 'latest']
container: silkeh/clang:${{ matrix.compiler }}
steps:
- name: Install unzip