Skip to content

Commit 70809ba

Browse files
update version check given backport
1 parent 01a089f commit 70809ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dependencies.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ end
393393
# https://github.com/JuliaLang/Pkg.jl/issues/4159
394394
# Before https://github.com/JuliaLang/Pkg.jl/pull/4151 this would throw a MethodError for `abspath(::Nothing)`
395395
# So this test will need fixing if/when that gets backported
396-
error_type = if VERSION >= v"1.13.0-0"
396+
error_type = if VERSION >= v"1.12.0-0"
397397
Pkg.Types.PkgError
398398
elseif VERSION >= v"1.10.0-0"
399399
MethodError

0 commit comments

Comments
 (0)