Skip to content

Commit 6531a77

Browse files
authored
Fix a version specifier
1 parent 333b210 commit 6531a77

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 v"1.6-" <= 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
# The use of `VersionNumber`s here (e.g. `version = v"foo.bar.baz"`) tells Pkg to install the exact version.

0 commit comments

Comments
 (0)