aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-08-08 04:31:11 +0000
committerterminaldweller <devi@terminaldweller.com>2025-08-08 04:31:11 +0000
commit6c1e3902848789cbc2a3c4ca60910fa4f2ec9876 (patch)
tree8b3efa2e0818e572c5409532a990952a589b4cad /.github/workflows
parentfix (diff)
downloadcgrep-6c1e3902848789cbc2a3c4ca60910fa4f2ec9876.tar.gz
cgrep-6c1e3902848789cbc2a3c4ca60910fa4f2ec9876.zip
added docker test build images for clang 19,20,21,22
Diffstat (limited to '')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index d36f3e3..404bbfa 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- version: [15 ,16 ,17 ,18]
+ version: [15 ,16 ,17 ,18 ,19 ,20 ,21]
steps:
- uses: actions/checkout@v3
- name: Get LLVM