Skip to content

Commit 85a63d8

Browse files
committed
test on 1.7-nightly
1 parent 758d49a commit 85a63d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runtests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on: [push, pull_request]
55
jobs:
66
main:
77
runs-on: ${{ matrix.os }}
8-
continue-on-error: ${{ matrix.experimental == 'nightly' }}
8+
continue-on-error: ${{ matrix.julia-version == '1.7-nightly' }}
99
strategy:
1010
matrix:
11-
julia-version: ['1.5', '1.6-nightly']
11+
julia-version: ['1.5', '1.6', '1.7-nightly']
1212
os: [ubuntu-latest]
1313
JULIA_FFTW_PROVIDER: ['MKL','FFTW']
1414
fail-fast: false

0 commit comments

Comments
 (0)