From 9f281564dd3af4fa8708d76debc39a6286ef4b3d Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 18 Jan 2022 15:18:21 +0100 Subject: [PATCH] require Julia v1.6 --- .github/workflows/ci.yml | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5e3bf7..0723952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: version: - - '1.5' + - '1.6' # - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index bcb3fec..717abda 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ RecipesBase = "0.7, 0.8, 1.0" Reexport = "0.2, 1.0" Roots = "0.8, 1.0" StaticArrays = "1.0" -julia = "1" +julia = "1.6" [extras] DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"