Skip to content

Commit ae219e3

Browse files
committed
🚨 Add support for Julia 1.5 and drop for 1.4
1 parent f6e0346 commit ae219e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ os:
66

77
julia:
88
- 1.0
9-
- 1.4
9+
- 1.5
1010
- nightly
1111

1212
codecov: true
@@ -20,7 +20,7 @@ jobs:
2020
- julia: nightly
2121
include:
2222
- stage: "Documentation"
23-
julia: 1.4
23+
julia: 1.5
2424
os: linux
2525
script:
2626
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.0
4-
- julia_version: 1.4
4+
- julia_version: 1.5
55
- julia_version: nightly
66

77
platform:

0 commit comments

Comments
 (0)