Skip to content

Commit 2c4d338

Browse files
committed
test Aqua only on Julia 1.11 (upper constraint)
1 parent 50217c1 commit 2c4d338

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
@@ -42,7 +42,7 @@ end
4242
@time begin
4343
if GROUP == "All" || GROUP == "Aqua"
4444
#@safetestset "test" include("test/test_aqua.jl")
45-
if VERSION >= VersionNumber("1.11.2")
45+
if VersionNumber("1.11.2") <= VERSION < VersionNumber("1.12")
4646
#@safetestset "test" include("test/test_aqua.jl")
4747
@time @safetestset "test_aqua" include("test_aqua.jl")
4848
end

0 commit comments

Comments
 (0)