Skip to content

Commit 1be2e11

Browse files
authored
Test using Aqua v0.8 (#309)
1 parent 042b9a0 commit 1be2e11

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ FillArraysSparseArraysExt = "SparseArrays"
1717
FillArraysStatisticsExt = "Statistics"
1818

1919
[compat]
20-
Aqua = "0.7"
20+
Aqua = "0.8"
2121
Base64 = "1.6"
2222
LinearAlgebra = "1.6"
2323
Random = "1.6"
2424
ReverseDiff = "1"
2525
SparseArrays = "1.6"
26+
StaticArrays = "1"
2627
Statistics = "1.6"
2728
Test = "1.6"
2829
julia = "1.6"

test/runtests.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ using Aqua
66
Aqua.test_all(FillArrays;
77
# https://github.com/JuliaArrays/FillArrays.jl/issues/105#issuecomment-1582516319
88
ambiguities=(; broken=true),
9-
# only test formatting on VERSION >= v1.7
10-
# https://github.com/JuliaTesting/Aqua.jl/issues/208
11-
project_toml_formatting=VERSION >= v"1.7"
129
)
1310
end
1411

0 commit comments

Comments
 (0)