Skip to content

Commit

Permalink
Downloads 1.4 doesn't work on Julia 1.8+
Browse files Browse the repository at this point in the history
Unclear what happened here but there's a crash which could be
investigated. In the meantime I'm just adjusting the compat and testing
to match reality.
  • Loading branch information
StefanKarpinski committed Mar 24, 2022
1 parent a1d993b commit c7ced35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
matrix:
version:
- '1.3'
- '1' # automatically expands to the latest stable 1.x release of Julia.
- 'nightly'
- '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 @@ -12,7 +12,7 @@ NetworkOptions = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
ArgTools = "1.1"
LibCURL = "0.6"
NetworkOptions = "1.2"
julia = "1.3"
julia = "1.3-1.7"

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

0 comments on commit c7ced35

Please sign in to comment.