Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jun 8, 2024
1 parent 2ff9327 commit a34b305
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
julia-version: ['1.6', '1', 'nightly']
juliaup-channel: ['1.6', '1', 'nightly']

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/install-juliaup@v2
with:
version: ${{ matrix.julia-version }}
arch: x64
channel: ${{ matrix.juliaup-channel }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit a34b305

Please sign in to comment.