2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

Do not exclude BoostRoot(3.8.0,ON), as BoostTestJamfile doesn't actually require 3.9

This commit is contained in:
Peter Dimov
2025-10-10 03:53:25 +03:00
parent 8becaae3c8
commit 0696045975

View File

@@ -387,10 +387,6 @@ jobs:
matrix:
enable_test: [ON, OFF]
cmake_version: [default, 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]
exclude:
# BoostTestJamfile requires CMake 3.9
- cmake_version: 3.8.0
enable_test: ON
fail-fast: false
runs-on: ubuntu-latest