Skip to content

Commit c2f658a

Browse files
authored
Aqua 0.8, bound in [compat]
Fixes CI failures
1 parent a5db130 commit c2f658a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ version = "0.1.1"
77
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
88

99
[compat]
10+
Aqua = "0.8"
11+
Documenter = "0.27, 1"
1012
OffsetArrays = "1"
13+
Test = "1"
1114
julia = "1"
1215

1316
[extras]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Aqua, Documenter
44

55
@testset "Project meta quality checks" begin
66
# Not checking compat section for test-only dependencies
7-
Aqua.test_all(StackViews; project_extras=true, deps_compat=true, stale_deps=true, project_toml_formatting=true)
7+
Aqua.test_all(StackViews; project_extras=true, deps_compat=true, stale_deps=true)
88
if VERSION >= v"1.2"
99
doctest(StackViews, manual = false)
1010
end

0 commit comments

Comments
 (0)