Skip to content

Commit

Permalink
Aqua 0.8, bound in [compat]
Browse files Browse the repository at this point in the history
Fixes CI failures
  • Loading branch information
timholy committed Jan 22, 2024
1 parent a5db130 commit be6ccda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ version = "0.1.1"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"

[compat]
Aqua = "0.8"
Documenter = "1"
OffsetArrays = "1"
Test = "1"
julia = "1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using Aqua, Documenter

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

0 comments on commit be6ccda

Please sign in to comment.