Skip to content

Commit dd2c577

Browse files
update CI for 1.5
1 parent 7fec3d0 commit dd2c577

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: [1.2.0]
12+
julia-version: [1.3.0]
1313
julia-arch: [x86]
1414
os: [ubuntu-latest]
1515
steps:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
version:
1212
- '1.3'
13-
- '1.4'
13+
- '1.5'
1414
- 'nightly'
1515
os:
1616
- ubuntu-latest
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v2
5353
- uses: julia-actions/setup-julia@v1
5454
with:
55-
version: '1.3'
55+
version: '1.5'
5656
- run: |
5757
julia --project=docs -e '
5858
using Pkg

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ arch:
99
- arm64
1010
julia:
1111
- 1.3
12-
- 1.4
12+
- 1.5
1313
- nightly
1414
jobs:
1515
exclude:

0 commit comments

Comments
 (0)