Skip to content

Commit

Permalink
increase checkout version number
Browse files Browse the repository at this point in the history
  • Loading branch information
passscoed committed Jan 19, 2024
1 parent 6abf925 commit b7c88f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.10]
julia-version: [stable, lts]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
arch: x64
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
Expand Down

0 comments on commit b7c88f8

Please sign in to comment.