Skip to content

Commit 00953ec

Browse files
committed
[ci] Add also ROOT 6.30 from LCG to the test matrix
This is to test also these older ROOT versions with the more rigurous CTests that come when building Combine standalone with CMake.
1 parent 21a6cb4 commit 00953ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cvmfs-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ jobs:
3434
- LCG_RELEASE: "LCG_102"
3535
LCG_ARCH: "x86_64-ubuntu2204-gcc11-opt"
3636
ROOT: "6.26.04"
37+
# Nobody is using Combine with ROOT 6.28 because this ROOT version
38+
# was not used in CMSSW. But if you want to test it in the CI, here
39+
# is how it would work:
40+
# - LCG_RELEASE: "LCG_104"
41+
# LCG_ARCH: "x86_64-ubuntu2204-gcc11-opt"
42+
# ROOT: "6.28.04"
43+
- LCG_RELEASE: "LCG_105"
44+
LCG_ARCH: "x86_64-ubuntu2204-gcc11-opt"
45+
ROOT: "6.30.02"
3746
- LCG_RELEASE: "LCG_106"
3847
LCG_ARCH: "x86_64-ubuntu2204-gcc11-opt"
3948
ROOT: "6.32.02"

0 commit comments

Comments
 (0)