File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 version :
13- - ' 1'
1413 - ' lts'
14+ - ' 1'
1515 os :
1616 - ubuntu-latest
1717 - macOS-latest
3636 - uses : julia-actions/julia-buildpkg@v1
3737 - uses : julia-actions/julia-runtest@v1
3838 - uses : julia-actions/julia-processcoverage@v1
39- - uses : codecov/codecov-action@v1
39+ - uses : codecov/codecov-action@v5
4040 with :
41- file : lcov.info
41+ token : ${{ secrets.CODECOV_TOKEN }}
42+ file : lcov.info
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020[compat ]
2121BlockArrays = " 1.0"
2222BlockBandedMatrices = " 0.13"
23- ClassicalOrthogonalPolynomials = " 0.13"
23+ ClassicalOrthogonalPolynomials = " 0.13, 0.14 "
2424ContinuumArrays = " 0.18"
2525DomainSets = " 0.7"
2626FastTransforms = " 0.15, 0.16"
27- InfiniteArrays = " 0.14"
27+ InfiniteArrays = " 0.14, 0.15 "
2828IntervalSets = " 0.7"
2929QuasiArrays = " 0.11"
3030SpecialFunctions = " 1, 2"
You can’t perform that action at this time.
0 commit comments