⚗️ add Clang 13, 14, and 15 for Windows

This commit is contained in:
Niels Lohmann 2022-12-19 21:26:07 +01:00
parent 5196c44faf
commit d27395ee57
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -101,7 +101,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
version: [11, 12]
version: [11, 12, 13, 14, 15]
steps:
- uses: actions/checkout@v3