Skip to content

Commit 6c8b542

Browse files
committed
📌 Set minimum requirements, more Julia versions
1 parent 003e93d commit 6c8b542

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
julia-version: ['1']
17+
julia-version: ['1.0', '1', 'nightly']
1818
julia-arch: [x64, x86]
1919
os: [ubuntu-latest, windows-latest, macOS-latest]
2020
exclude:

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
1010

1111
[compat]
1212
julia = "1.0"
13+
HTTP = "^0.9.0"
14+
ZipFile = "^0.9.3"

0 commit comments

Comments
 (0)