diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 060011a..26d9f11 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -26,8 +26,10 @@ jobs: - name: Add LegendJuliaRegistry run: julia -e 'using Pkg; Pkg.Registry.add("General"); Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/legend-exp/LegendJuliaRegistry"))' shell: bash - - uses: julia-actions/julia-downgrade-compat@v1 + - uses: julia-actions/julia-downgrade-compat@v2 with: + julia_version: ${{ matrix.version }} + mode: alldeps skip: Pkg,TOML - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1