Skip to content

Commit

Permalink
fixup! Add support for 1.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jun 28, 2024
1 parent 732d5bd commit 1a12d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,6 @@ if haskey(ENV, "CI")
ambiguities=false,
# And we ignore ScopedValues because it won't be loaded on
# 1.11+ since it'll be loaded from Base.
stale_deps=(; ignore=:ScopedValues))
stale_deps=(; ignore=[:ScopedValues]))
end
end

0 comments on commit 1a12d79

Please sign in to comment.