Skip to content

Commit

Permalink
update deps in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenman committed Jan 2, 2025
1 parent f67bdfb commit 1e76626
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,20 @@ jobs:
strategy:
matrix:
version:
- '1.6'
- '1.10'
- 'min'
- 'lts'
- '1'
os:
- ubuntu-latest
- macOS-latest
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1.9
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest

0 comments on commit 1e76626

Please sign in to comment.