Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 19, 2023
1 parent ac378de commit ce85441
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1', '^1.10.0-rc1', 'nightly']
# julia-version: ['1', '^1.10.0-rc1', 'nightly']
julia-version: ['nightly']
os: [ubuntu-latest, windows-latest, macOS-latest]
arch: [x64, x86]
exclude:
Expand All @@ -23,6 +24,6 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@910ed17131105ae26bc969b75686d68350000ab3
- uses: julia-actions/cache@f32434e0114b3395262dbc29f3acd0b098d0e930
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1

0 comments on commit ce85441

Please sign in to comment.