diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 920d98701..d744954d4 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -15,15 +15,18 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['min'] + downgrade_mode: ['alldeps'] + julia-version: ['1.10'] steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: ${{ matrix.version }} - - uses: julia-actions/julia-downgrade-compat@v1 + version: ${{ matrix.julia-version }} + - uses: julia-actions/julia-downgrade-compat@v2 # if: ${{ matrix.version == '1.6' }} with: skip: Pkg,TOML - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 + with: + ALLOW_RERESOLVE: false diff --git a/Project.toml b/Project.toml index 9a80ea9fe..db6341345 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ PyCall = "1.96" PythonCall = "0.9.15" RCall = "0.14.0" RecipesBase = "1.3.4" -RecursiveArrayTools = "3.27.2" +RecursiveArrayTools = "3.35" Reexport = "1" RuntimeGeneratedFunctions = "0.5.12" SciMLOperators = "1.3"