Skip to content

Commit e139298

Browse files
committed
📌 Minimum 1.5 for @NamedTuple
1 parent 997c2c5 commit e139298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3', '1', 'nightly']
17+
julia-version: ['1.5', '1', 'nightly']
1818
julia-arch: [x64, x86]
1919
os: [ubuntu-latest, windows-latest, macOS-latest]
2020
exclude:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
99
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
1010

1111
[compat]
12-
julia = "1.3"
12+
julia = "1.5"
1313
HTTP = "^0.9.0"
1414
ZipFile = "^0.9.3"

0 commit comments

Comments
 (0)