Skip to content

Commit

Permalink
Drop support and CI testing for EoL Julia version 0.7.
Browse files Browse the repository at this point in the history
Enable CI testing for Julia version 1.1.
  • Loading branch information
fredrikekre committed May 8, 2019
1 parent 38dc754 commit 411ea86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.1
- julia_version: latest

platform:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ os:
- osx

julia:
- 0.7
- 1.0
- 1.1
- nightly

notifications:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[compat]
julia = "0.7, 1"
julia = "1"
DocStringExtensions = "0.4, 0.5, 0.6, 0.7"
JSON = "0.19, 0.20"

Expand Down

0 comments on commit 411ea86

Please sign in to comment.