Skip to content

Commit 94269c7

Browse files
committed
💩 Drop support for Julia 1.6
1 parent f751bdb commit 94269c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.6'
18+
- '1.10'
1919
- '1'
2020
os:
2121
- ubuntu-latest
@@ -33,6 +33,6 @@ jobs:
3333
- uses: julia-actions/julia-buildpkg@v1
3434
- uses: julia-actions/julia-runtest@v1
3535
- uses: julia-actions/julia-processcoverage@v1
36-
- uses: codecov/codecov-action@v4
36+
- uses: codecov/codecov-action@v5
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)