Skip to content

Commit a63660e

Browse files
committed
Do not check for stale deps on 1.11
1 parent 4bb0dfa commit a63660e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
include("front_matter.jl")
22
@testset "Libtask" begin
33
@testset "quality" begin
4-
Aqua.test_all(Libtask)
4+
# ScopedValues is stale on 1.11.
5+
Aqua.test_all(Libtask; stale_deps=VERSION < v"1.11" ? true : false)
56
@test JuliaFormatter.format(Libtask; verbose=false, overwrite=false)
67
end
78
include("copyable_task.jl")

0 commit comments

Comments
 (0)