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 eb43187 commit 4e676cfCopy full SHA for 4e676cf
test/runtests.jl
@@ -16,7 +16,7 @@ Base.init_depot_path()
16
const is_ci = tryparse(Bool, get(ENV, "CI", "")) === true
17
const is_slow_ci = is_ci && Sys.ARCH == :aarch64
18
const is_julia_1_6 = VERSION.major == 1 && VERSION.minor == 6
19
-const is_julia_1_6 = VERSION.major == 1 && VERSION.minor == 11
+const is_julia_1_11 = VERSION.major == 1 && VERSION.minor == 11
20
21
if is_julia_1_6
22
@warn "This is Julia 1.6. Some tests will be skipped or modified." VERSION
0 commit comments