We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef5236 commit 029b562Copy full SHA for 029b562
test/runtests.jl
@@ -16,7 +16,7 @@ const AutoMerge = RegistryCI.AutoMerge
16
# disable the Pkg server.
17
ENV["JULIA_PKG_SERVER"] = ""
18
19
-@static if Base.VERSION < v"1.11"
+@static if v"1.6-" <= Base.VERSION < v"1.11"
20
# BrokenRecord fails to precompile on Julia 1.11
21
let
22
brokenrecord = Pkg.PackageSpec(name = "BrokenRecord", uuid = "bdd55f5b-6e67-4da1-a080-6086e55655a0", version = "0.1.9")
0 commit comments