From 857213ff03922f48759210ddde09b82eeffada50 Mon Sep 17 00:00:00 2001 From: Felix Hagemann Date: Wed, 9 Oct 2024 16:35:57 +0200 Subject: [PATCH 1/2] Increase lower compat bounds for julia-1.11 compatibility --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 01da0cdd0..4b4b212fc 100644 --- a/Project.toml +++ b/Project.toml @@ -50,8 +50,8 @@ Adapt = "3, 4" ArraysOfArrays = "0.5, 0.6" Clustering = "0.15" DataStructures = "0.17, 0.18" -Distributions = "0.24.5, 0.25" -FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1" +Distributions = "0.25.49" +FillArrays = "0.13.8, 1" Format = "1.2" GPUArrays = "8, 9, 10, 11" Geant4 = "0.1.13, 0.2" @@ -73,7 +73,7 @@ Random = "<0.0.1, 1" RecipesBase = "1" Requires = "1.1" Rotations = "1" -StaticArrays = "1" +StaticArrays = "1.5" Statistics = "<0.0.1, 1" StatsBase = "0.33.7, 0.34" Suppressor = "0.2" From 13b8968dfad57813c0eaf5e81590546291b9d849 Mon Sep 17 00:00:00 2001 From: Felix Hagemann Date: Sun, 20 Oct 2024 10:38:01 +0100 Subject: [PATCH 2/2] Run Downgrade also on latest julia version --- .github/workflows/Downgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 53abc0e4b..39e4e5465 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: ['1.10'] + version: ['1.10','1'] steps: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2