Skip to content

Commit

Permalink
Require Julia 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jun 29, 2021
1 parent 3750b8a commit 448e97b
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.4'
- '1.5'
- '1.6'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["chriselrod <[email protected]> and contributors"]
version = "0.1.1"

[compat]
julia = "1.4"
julia = "1.5"

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

0 comments on commit 448e97b

Please sign in to comment.