Skip to content

Commit

Permalink
Fix compat bounds in Project.toml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Apr 17, 2021
1 parent 012f89a commit 1b37d9c
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
julia-version:
- "^1.6.0-0"
- "1.6"
- "nightly"
julia-arch:
- "x64"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UserNSSandbox_jll = "b88861f7-1d72-59dd-91e7-a8cc876a4984"

[compat]
Artifacts = "1.3"
JLLWrappers = "1.3"
Preferences = "1.2.1"
Scratch = "1"
UserNSSandbox_jll = "2021.3.4"
julia = "1.6"

0 comments on commit 1b37d9c

Please sign in to comment.