diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 211eef8..1811327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: version: - - '^1.9.0-0' + - '1.9' os: - ubuntu-latest - macOS-latest diff --git a/Project.toml b/Project.toml index c1579e7..5b5b0df 100644 --- a/Project.toml +++ b/Project.toml @@ -21,14 +21,14 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] ArrayLayouts = "1" BandedMatrices = "0.17" -ClassicalOrthogonalPolynomials = "0.9" -ContinuumArrays = "0.12" +ClassicalOrthogonalPolynomials = "0.9, 0.10" +ContinuumArrays = "0.12, 0.13" FillArrays = "1" HypergeometricFunctions = "0.3.4" InfiniteArrays = "0.12.9" InfiniteLinearAlgebra = "0.6.19" LazyArrays = "1" -QuasiArrays = "0.9" +QuasiArrays = "0.9, 0.10" SingularIntegrals = "0.0.2" SpecialFunctions = "1.0, 2" julia = "1.9"