Skip to content

Commit b297e32

Browse files
committed
Run CI on Julia v1.5 instead of v1.5
1 parent 520871c commit b297e32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: julia-actions/setup-julia@latest
1717
with:
18-
version: 1.4
18+
version: 1.5
1919
- name: Pkg.add("CompatHelper")
2020
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
2121
- name: CompatHelper.main()

.travis.yml

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

1010
julia:
1111
- 1.0
12-
- 1.4
12+
- 1.5
1313
- nightly
1414

1515
arch:
@@ -43,7 +43,7 @@ jobs:
4343
arch: x86
4444
include:
4545
- stage: "Documentation"
46-
julia: 1.4
46+
julia: 1.5
4747
os: linux
4848
arch: amd64
4949
script:

0 commit comments

Comments
 (0)