Skip to content

Commit

Permalink
update test Julia versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Jul 16, 2021
1 parent bc6ba35 commit f7a2433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7-nightly']
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7.0-beta3', '1.8-nightly']
os: [ubuntu-latest]
fail-fast: false

Expand All @@ -18,4 +18,4 @@ jobs:
version: ${{ matrix.julia-version }}
- uses: julia-actions/julia-runtest@master
timeout-minutes: 20
continue-on-error: ${{ matrix.julia-version == '1.7-nightly' }}
continue-on-error: ${{ matrix.julia-version == '1.8-nightly' }}

0 comments on commit f7a2433

Please sign in to comment.