meson CI: add more clang versions
More coverage is good. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b6b7d98f61
commit
7e2b49161b
2
.github/workflows/on_PR_meson_clang.yaml
vendored
2
.github/workflows/on_PR_meson_clang.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user