diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6727c66..f90b5a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: fail-fast: false matrix: version: + - '1.10' - '1.12' os: - ubuntu-latest @@ -34,4 +35,4 @@ jobs: arch: ${{ matrix.arch }} - uses: julia-actions/cache@v2 - uses: julia-actions/julia-buildpkg@latest - - uses: julia-actions/julia-runtest@latest \ No newline at end of file + - uses: julia-actions/julia-runtest@latest diff --git a/Project.toml b/Project.toml index 4caad4a..4fe333b 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ Aqua = "0.8.13" ChainRulesCore = "1" InterpolativeQTT = "0.1" IterativeSolvers = "0.9.4" -JET = "0.11, 0.12" +JET = "0.9, 0.11, 0.12" KrylovKit = "0.6.1, 0.9, 0.10" LinearAlgebra = "1.6.7" LinearMaps = "3.11.3" @@ -41,10 +41,10 @@ ManifoldsBase = "2" Manopt = "0.5" Maxvol = "1.0.0" ProgressMeter = "1.10.4" -Random = "1.11.0" +Random = "1.10" TensorCrossInterpolation = "0.9" TensorOperations = "5.1.3" -Test = "1.11.0" +Test = "1.10" VectorInterface = "0.5, 0.6" Zygote = "0.6, 0.7" julia = "1.10"