We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fec3d0 commit dd2c577Copy full SHA for dd2c577
.github/workflows/CompatHelper.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- julia-version: [1.2.0]
+ julia-version: [1.3.0]
13
julia-arch: [x86]
14
os: [ubuntu-latest]
15
steps:
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
version:
- '1.3'
- - '1.4'
+ - '1.5'
- 'nightly'
os:
16
- ubuntu-latest
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v2
53
- uses: julia-actions/setup-julia@v1
54
with:
55
- version: '1.3'
+ version: '1.5'
56
- run: |
57
julia --project=docs -e '
58
using Pkg
.travis.yml
@@ -9,7 +9,7 @@ arch:
- arm64
julia:
- 1.3
- - 1.4
+ - 1.5
- nightly
jobs:
exclude:
0 commit comments