Skip to content

Commit

Permalink
Update ci tests to use julia 1.7 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenjohn authored Jan 20, 2022
1 parent e2ba704 commit 485b7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Reexport = "1"
TestSetExtensions = "2.0"
TimerOutputs = "0.5"
YAML = "0.4"
julia = "1.5, 1.6"
julia = "1.6, 1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 485b7cf

Please sign in to comment.