aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-08-08 04:42:35 +0000
committerterminaldweller <devi@terminaldweller.com>2025-08-08 04:42:35 +0000
commit5db35486cf152b8f189893e094ae206c36486bba (patch)
tree1a0cf6ae85f6f152f9000bd5194ad8872475a708 /.github
parentadded docker test build images for clang 19,20,21,22 (diff)
downloadcgrep-5db35486cf152b8f189893e094ae206c36486bba.tar.gz
cgrep-5db35486cf152b8f189893e094ae206c36486bba.zip
added docker test build images for clang 19,20,21,22HEADmaster
Diffstat (limited to '.github')
-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 67e93f9..3a580a0 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- version: [16 ,17 ,18 ,19 ,20 ,21 ,22]
+ version: [17 ,18 ,19 ,20 ,21 ,22]
steps:
- uses: actions/checkout@v3
- name: Get LLVM