Skip to content

Commit

Permalink
test on 1.7-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Apr 14, 2021
1 parent 758d49a commit 85a63d8
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 @@ -5,10 +5,10 @@ on: [push, pull_request]
jobs:
main:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental == 'nightly' }}
continue-on-error: ${{ matrix.julia-version == '1.7-nightly' }}
strategy:
matrix:
julia-version: ['1.5', '1.6-nightly']
julia-version: ['1.5', '1.6', '1.7-nightly']
os: [ubuntu-latest]
JULIA_FFTW_PROVIDER: ['MKL','FFTW']
fail-fast: false
Expand Down

0 comments on commit 85a63d8

Please sign in to comment.