diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 04346b7f..b8b85099 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -12,7 +12,6 @@ on: - 'docs/**' jobs: test: - if: false # Disabled: JET test dependency incompatible with downgrade. See issue #522 for details. runs-on: ubuntu-latest strategy: matrix: @@ -32,6 +31,6 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 with: - ALLOW_RERESOLVE: false + allow_reresolve: true env: GROUP: ${{ matrix.group }} diff --git a/Project.toml b/Project.toml index 91a8d1ae..7f25ad4c 100644 --- a/Project.toml +++ b/Project.toml @@ -51,7 +51,7 @@ RecursiveArrayToolsZygoteExt = "Zygote" [compat] Adapt = "4" Aqua = "0.8" -ArrayInterface = "7.16" +ArrayInterface = "7.17.0" CUDA = "5, 6.0" DocStringExtensions = "0.9.3" FastBroadcast = "1.3" @@ -76,7 +76,7 @@ StaticArraysCore = "1.4.2" Statistics = "1.10, 1.11" StructArrays = "0.7" SymbolicIndexingInterface = "0.3.42" -Tables = "1.12" +Tables = "1.12.1" Test = "1" Tracker = "0.2.34" Unitful = "1" diff --git a/lib/RecursiveArrayToolsRaggedArrays/Project.toml b/lib/RecursiveArrayToolsRaggedArrays/Project.toml index b031648d..c75a306b 100644 --- a/lib/RecursiveArrayToolsRaggedArrays/Project.toml +++ b/lib/RecursiveArrayToolsRaggedArrays/Project.toml @@ -12,11 +12,11 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" [compat] Adapt = "4" -ArrayInterface = "7" +ArrayInterface = "7.17.0" LinearAlgebra = "1.10" RecursiveArrayTools = "4" -StaticArraysCore = "1.4" -SymbolicIndexingInterface = "0.3.35" +StaticArraysCore = "1.4.2" +SymbolicIndexingInterface = "0.3.42" julia = "1.10" [extras]