🔧 less use of ghcr.io/nlohmann/json-ci

This commit is contained in:
Niels Lohmann 2022-08-20 19:56:05 +02:00
parent d3bfecfe02
commit 65930f9f77
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: ['4.8', '4', '5', '6', '7', '8', '9', '10', '11', '12', 'latest']
compiler: ['4', '5', '6', '7', '8', '9', '10', '11', '12', 'latest']
container: gcc:${{ matrix.compiler }}
steps:
- uses: actions/checkout@v3