Update clang and gcc ci

This commit is contained in:
ado 2023-08-06 23:23:32 +02:00
parent 6d1aa7c7a9
commit 479cf4bbe7
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,8 @@ jobs:
strategy: strategy:
matrix: matrix:
version: [11, 10, 9, 8, 7] version: >-
['latest', '16', '15', '14', '13', '12', '11', '10', '9', '8' '7']
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -23,7 +23,7 @@ jobs:
strategy: strategy:
matrix: matrix:
version: [10, 9, 8] version: ['latest', '13', '12', '11', '10', '9', '8']
runs-on: ubuntu-latest runs-on: ubuntu-latest