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 dec231f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ 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:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
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 dec231f

Please sign in to comment.