From 7a9aab14ee302d9ffa21f369d30989fd00c3c71f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 10 Oct 2025 10:34:56 +0300 Subject: [PATCH] Add more CMake versions to cmake_versions.yml --- .github/workflows/cmake_versions.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake_versions.yml b/.github/workflows/cmake_versions.yml index e3084a8..3c4be26 100644 --- a/.github/workflows/cmake_versions.yml +++ b/.github/workflows/cmake_versions.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: enable_test: [ON, OFF] - cmake_version: [3.8.0, 3.9.0, 3.10.0, 3.11.0, 3.12.0, 3.13.0, 3.14.0, 3.16.0, 3.19.0, 3.31.0, 4.0.0, 4.1.0] + cmake_version: [3.8.0, 3.9.0, 3.10.0, 3.11.0, 3.12.0, 3.13.0, 3.14.0, 3.15.0, 3.16.0, 3.17.0, 3.18.0, 3.19.0, 3.20.0, 3.21.0, 3.22.0, 3.31.0, 4.0.0, 4.1.0] runs-on: ubuntu-latest @@ -33,6 +33,7 @@ jobs: git submodule update --init --jobs 3 rm -rf tools/cmake/* cp -r $GITHUB_WORKSPACE/* tools/cmake + - name: Cache CMake id: cache-cmake uses: actions/cache@v4