Skip to content

Commit 4fc14e9

Browse files
committed
test on 1.7-nightly
1 parent 758d49a commit 4fc14e9

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,9 @@ on: [push, pull_request]
55
jobs:
66
main:
77
runs-on: ${{ matrix.os }}
8-
continue-on-error: ${{ matrix.experimental == 'nightly' }}
98
strategy:
109
matrix:
11-
julia-version: ['1.5', '1.6-nightly']
10+
julia-version: ['1.5', '1.6', '1.7-nightly']
1211
os: [ubuntu-latest]
1312
JULIA_FFTW_PROVIDER: ['MKL','FFTW']
1413
fail-fast: false
@@ -25,5 +24,6 @@ jobs:
2524
&& pip3 install camb
2625
- uses: julia-actions/julia-runtest@master
2726
timeout-minutes: 20
27+
continue-on-error: ${{ matrix.julia-version == '1.7-nightly' }}
2828
env:
2929
JULIA_FFTW_PROVIDER: ${{ matrix.JULIA_FFTW_PROVIDER }}

0 commit comments

Comments
 (0)