Skip to content

Commit 4f7057a

Browse files
authored
Merge branch 'master' into dv/findblockfix
2 parents 523c798 + 62aa607 commit 4f7057a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '1'
1413
- 'lts'
14+
- '1'
1515
os:
1616
- ubuntu-latest
1717
- macOS-latest
@@ -36,6 +36,7 @@ jobs:
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

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020
[compat]
2121
BlockArrays = "1.0"
2222
BlockBandedMatrices = "0.13"
23-
ClassicalOrthogonalPolynomials = "0.13"
23+
ClassicalOrthogonalPolynomials = "0.13, 0.14"
2424
ContinuumArrays = "0.18"
2525
DomainSets = "0.7"
2626
FastTransforms = "0.15, 0.16"
27-
InfiniteArrays = "0.14"
27+
InfiniteArrays = "0.14, 0.15"
2828
IntervalSets = "0.7"
2929
QuasiArrays = "0.11"
3030
SpecialFunctions = "1, 2"

0 commit comments

Comments
 (0)