Skip to content

Commit 1905afd

Browse files
Update CI workflow
1 parent ee4bbb2 commit 1905afd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.5' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
16+
- '1.10' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
1717
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
1818
- 'nightly'
1919
os:
2020
- ubuntu-latest
2121
arch:
2222
- x64
2323
steps:
24-
- uses: actions/checkout@v2
25-
- uses: julia-actions/setup-julia@v1
24+
- uses: actions/checkout@v4
25+
- uses: julia-actions/setup-julia@v2
2626
with:
2727
version: ${{ matrix.version }}
2828
arch: ${{ matrix.arch }}
29-
- uses: actions/cache@v1
29+
- uses: actions/cache@v2
3030
env:
3131
cache-name: cache-artifacts
3232
with:
@@ -39,6 +39,6 @@ jobs:
3939
- uses: julia-actions/julia-buildpkg@v1
4040
- uses: julia-actions/julia-runtest@v1
4141
- uses: julia-actions/julia-processcoverage@v1
42-
- uses: codecov/codecov-action@v1
42+
- uses: codecov/codecov-action@v4
4343
with:
4444
file: lcov.info

0 commit comments

Comments
 (0)