Skip to content

Commit

Permalink
Test on Julia 1.6 and fix tests (#672)
Browse files Browse the repository at this point in the history
* Run CI on Julia 1.6
* Don’t run Project.toml formatting tests on 1.6 and 1.7
  • Loading branch information
sostock authored Aug 2, 2023
1 parent 414599b commit e4c92d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
julia-version:
- "1.0"
- "1.6"
- "1"
- "nightly"
os:
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2198,4 +2198,4 @@ end

using Aqua

Aqua.test_all(Unitful, ambiguities=VERSIONv"1.1", unbound_args=false, piracy=VERSIONv"1.8", project_toml_formatting=VERSIONv"1.6")
Aqua.test_all(Unitful, ambiguities=VERSIONv"1.1", unbound_args=false, piracy=VERSIONv"1.8", project_toml_formatting=VERSIONv"1.8")

0 comments on commit e4c92d2

Please sign in to comment.