Skip to content

Commit 26a3f9d

Browse files
committed
Test on Julia v1.3 instead of v1.2
1 parent 2c783ba commit 26a3f9d

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
@@ -3,7 +3,7 @@
33
environment:
44
matrix:
55
- julia_version: 1.0
6-
- julia_version: 1.2
6+
- julia_version: 1.3
77
- julia_version: nightly
88

99
platform:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88

99
julia:
1010
- 1.0
11-
- 1.2
11+
- 1.3
1212
- nightly
1313

1414
## uncomment the following lines to allow failures on nightly julia

0 commit comments

Comments
 (0)