From ebf3ce3d7a669d68fa8044c354b82a623c951b5e Mon Sep 17 00:00:00 2001 From: Kazi Abu Rousan Date: Sun, 21 Jan 2024 00:46:58 +0530 Subject: [PATCH] comtabible issue --- .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 0837e9a..710a87d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: matrix: version: - '1.6' - - '1.9' + - '1.10' # - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index aee44c0..a362ded 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" [compat] julia = "1" -DifferentialEquations = "7.12.0" +DifferentialEquations = "7.12.0 , 7.11.0, 7.6.0, 6.17.0" ForwardDiff = "0.10.36" ReverseDiff = "1.15.1" Roots = "2.0.22"