Skip to content

Commit 48c54f4

Browse files
committed
Drop support for Julia < 1.4
1 parent 78a52e6 commit 48c54f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Documentation: https://github.com/JuliaCI/Appveyor.jl
22
environment:
33
matrix:
4-
- julia_version: 1.0
4+
- julia_version: 1.4
55
- julia_version: nightly
66
platform:
77
- x86

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 1.0
7+
- 1.4
88
- nightly
99
notifications:
1010
email: false

0 commit comments

Comments
 (0)