Skip to content

Commit 7383d78

Browse files
committed
Test for ambiguities only on recent Julia versions
1 parent 21c5177 commit 7383d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,5 +1549,5 @@ end
15491549
end
15501550

15511551
@testset "project quality" begin
1552-
Aqua.test_all(StructArrays)
1552+
Aqua.test_all(StructArrays, ambiguities = VERSION >= v"1.10")
15531553
end

0 commit comments

Comments
 (0)