Skip to content

Commit 202ea36

Browse files
committed
[DEBUG] run on all CMake versions
Signed-off-by: Cristian Le <[email protected]>
1 parent 4da7e2d commit 202ea36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# (if needed expand this to add all intermediate values
4141
# for *temporary* CI testing)
4242
# - latest version
43-
cmake: ["3.9", "4.0", latest]
43+
cmake: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15", "3.16", "3.17", "3.18", "3.19", "3.20", "3.21", "3.22", "3.23", "3.24", "3.25", "3.26", "3.27", "3.28", "3.29", "3.30", "3.31", "4.0", latest]
4444
fail-fast: false
4545
steps:
4646

0 commit comments

Comments
 (0)