We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fa5b33 + e9ca1ca commit b7df5cfCopy full SHA for b7df5cf
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
version: ${{ matrix.version }}
24
arch: ${{ matrix.arch }}
25
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
26
env:
27
cache-name: cache-artifacts
28
Project.toml
@@ -21,12 +21,12 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
21
BlockArrays = "1.0"
BlockBandedMatrices = "0.13"
ClassicalOrthogonalPolynomials = "0.15"
-ContinuumArrays = "0.19"
+ContinuumArrays = "0.19, 0.20"
DomainSets = "0.7"
FastTransforms = "0.15, 0.16, 0.17"
InfiniteArrays = "0.15"
IntervalSets = "0.7"
29
-QuasiArrays = "0.12"
+QuasiArrays = "0.12, 0.13"
30
SpecialFunctions = "1, 2"
31
StaticArrays = "1"
32
julia = "1.10"
0 commit comments