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 263d987 commit 02e1be5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# julia-version: ['1', '^1.10.0-rc1', 'nightly']
julia-version: ['nightly']
julia-version: ['1', '^1.10.0-rc1', 'nightly']
os: [ubuntu-latest, windows-latest, macOS-latest]
arch: [x64, x86]
exclude:
Expand All @@ -24,6 +23,6 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@d890760fa88bc6cb02b56f0439fb715c30915ae1
- uses: julia-actions/cache@fc7fb82a6c4bb8f4d6a57aaf97e3075a3effcb29
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1

0 comments on commit 02e1be5

Please sign in to comment.