Skip to content

Commit

Permalink
go back to 1.3 but keep 1.6 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jan 12, 2024
1 parent 06f103c commit ab8a69a
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 @@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.3'
- '1.6'
- '1' # automatically expands to the latest stable 1.x release of Julia.
- 'nightly'
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NetworkOptions = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
ArgTools = "1.1"
LibCURL = "0.6"
NetworkOptions = "1.2"
julia = "1.6"
julia = "1.3"

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

0 comments on commit ab8a69a

Please sign in to comment.