From 7e2b49161b6f1575c18b9db1b8ca2c88884d06e1 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 23 Feb 2023 18:19:17 -0800 Subject: [PATCH] meson CI: add more clang versions More coverage is good. Signed-off-by: Rosen Penev --- .github/workflows/on_PR_meson_clang.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_PR_meson_clang.yaml b/.github/workflows/on_PR_meson_clang.yaml index bba86b32..0edff554 100644 --- a/.github/workflows/on_PR_meson_clang.yaml +++ b/.github/workflows/on_PR_meson_clang.yaml @@ -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: