1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-09 05:22:48 +03:00

👷 add Clang 12

This commit is contained in:
Niels Lohmann
2021-06-13 14:04:20 +02:00
parent e10a3fac8a
commit 032f32ebe4

View File

@@ -98,7 +98,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
version: [10, 11]
version: [10, 11, 12]
steps:
- uses: actions/checkout@v2