Skip to content

Commit

Permalink
Also run CI against Julia 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed May 13, 2020
1 parent 13eb239 commit 555d516
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', 'nightly']
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', 'nightly']
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', 'nightly']
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', 'nightly']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
julia-arch: x86
steps:
- uses: actions/checkout@v1.0.0
- uses: julia-actions/setup-julia@v1.0.1
- uses: julia-actions/setup-julia@v1.1.4
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.julia-arch }}
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ julia:
- 1.1
- 1.2
- 1.3
- 1.4
- nightly
notifications:
email: false
Expand Down

0 comments on commit 555d516

Please sign in to comment.