Skip to content

Commit

Permalink
fix: bump minimum Julia requirement to v1.3
Browse files Browse the repository at this point in the history
This is a transient requirement from updating to CodecZlib-v0.7.0.
  • Loading branch information
bauglir committed Apr 12, 2020
1 parent a6fbaef commit 3bb9754
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
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
version:
- '1.2'
- '1.3'
- '1.4'
- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -11,4 +11,4 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"

[compat]
CodecZlib = "0.7"
julia = "1.2"
julia = "1.3"

0 comments on commit 3bb9754

Please sign in to comment.