meson CI: add more clang versions

More coverage is good.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-02-23 18:19:17 -08:00
parent b6b7d98f61
commit 7e2b49161b

View File

@ -12,7 +12,7 @@ jobs:
name: Linux-Clang${{matrix.cxx}}-${{matrix.deps}}-${{matrix.type}}
strategy:
matrix:
cxx: ['7', '8', '9']
cxx: ['7', '8', '9', '10', '12']
deps: ['forcefallback', 'default']
type: ['shared', 'static']
steps: