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.
stdlib_version
1 parent c49f9a5 commit 6b66193Copy full SHA for 6b66193
test/compat.jl
@@ -32,7 +32,7 @@ using UUIDs: UUID
32
@test stdlib_version(gmp_jll, v"1.7") == v"6.2.1+1"
33
# Pkg in Julia v1.8.1 believes that GMP_jll was retroactively
34
# downgraded: https://github.com/JuliaLang/Pkg.jl/issues/3203
35
- if VERSION == v"1.8.1"
+ if v"1.8.1" <= VERSION < v"1.9.0-DEV"
36
@test stdlib_version(gmp_jll, v"1.8") == v"6.2.1+1"
37
else
38
@test stdlib_version(gmp_jll, v"1.8") == v"6.2.1+2"
0 commit comments