diff --git a/.github/workflows/Downstream.yml b/.github/workflows/Downstream.yml index 620c447cd..1820e609a 100644 --- a/.github/workflows/Downstream.yml +++ b/.github/workflows/Downstream.yml @@ -12,6 +12,7 @@ jobs: env: GROUP: ${{ matrix.package.group }} strategy: + fail-fast: false matrix: julia-version: [1] os: [ubuntu-latest] diff --git a/Project.toml b/Project.toml index f5831acef..2b3422754 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LinearSolve" uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" authors = ["SciML"] -version = "2.23.3" +version = "2.23.4" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -67,7 +67,7 @@ CUDA = "5" ConcreteStructs = "0.2.3" DocStringExtensions = "0.9.3" EnumX = "1.0.4" -Enzyme = "0.11.14" +Enzyme = "0.11.15" EnzymeCore = "0.6.5" FastAlmostBandedMatrices = "0.1" FastLapackInterface = "2"