From f6f890df820db89d24c5fe9a19ef7b81e6d65d6e Mon Sep 17 00:00:00 2001 From: arturgower Date: Thu, 9 Dec 2021 15:22:02 +0000 Subject: [PATCH] CI only up to Julia 1.6 --- .github/workflows/ci.yml | 2 +- Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8693bcee..a13fb3f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: matrix: version: - '1.5' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. + - '1.6' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index d85c7e31..65bb23a7 100644 --- a/Project.toml +++ b/Project.toml @@ -25,13 +25,13 @@ HCubature = "1" Interpolations = "0.12, ^0.13" IterTools = "1" MDBM = "0.1" -MultipleScattering = "^0.1.10" +MultipleScattering = "^0.1.11" OffsetArrays = "^0.23, 1" Optim = "0.22, 1" RecipesBase = "1.0" Reexport = "0.2, 1.0" SpecialFunctions = "0.3, 0.7, 0.8, 0.9, 0.10, 1.0, 2.0" -StaticArrays = "0.8,0.9,0.10,0.11,0.12" +StaticArrays = "0.12, 1" julia = "^1.5" [extras]