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 50217c1 commit 2c4d338Copy full SHA for 2c4d338
test/runtests.jl
@@ -42,7 +42,7 @@ end
42
@time begin
43
if GROUP == "All" || GROUP == "Aqua"
44
#@safetestset "test" include("test/test_aqua.jl")
45
- if VERSION >= VersionNumber("1.11.2")
+ if VersionNumber("1.11.2") <= VERSION < VersionNumber("1.12")
46
47
@time @safetestset "test_aqua" include("test_aqua.jl")
48
end
0 commit comments