Skip to content

Commit 029b562

Browse files
authored
Only install BrokenRecord as a test dep on Julia 1.6 through Julia 1.10 (inclusive)
1 parent fef5236 commit 029b562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const AutoMerge = RegistryCI.AutoMerge
1616
# disable the Pkg server.
1717
ENV["JULIA_PKG_SERVER"] = ""
1818

19-
@static if Base.VERSION < v"1.11"
19+
@static if v"1.6-" <= Base.VERSION < v"1.11"
2020
# BrokenRecord fails to precompile on Julia 1.11
2121
let
2222
brokenrecord = Pkg.PackageSpec(name = "BrokenRecord", uuid = "bdd55f5b-6e67-4da1-a080-6086e55655a0", version = "0.1.9")

0 commit comments

Comments
 (0)