Skip to content

Commit

Permalink
fix(CI): Julia 1.0 dependency and Agua.jl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kunzaatko committed Oct 29, 2023
1 parent ae28e4d commit 437498c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ authors = ["Martin Kunz <[email protected]> and contributors"]
version = "1.0.0-DEV"

[compat]
Aqua = "0.7"
julia = "1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "Test"]
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7"

0 comments on commit 437498c

Please sign in to comment.