From 4d66dd9acab8886a989662aa7727cd387d914caa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 11:52:02 +0300 Subject: [PATCH] CompatHelper: bump compat for "IntervalArithmetic" to "0.19" (#65) * CompatHelper: bump compat for "IntervalArithmetic" to "0.19" * bump patch version and update workflow Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: lucaferranti --- .github/workflows/CI.yml | 3 +-- .gitignore | 1 + Project.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b8adf3d..3bf06e4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,8 +11,7 @@ jobs: fail-fast: false matrix: version: - - '1.5' - - '^1.6.0-0' + - '1' - 'nightly' os: - ubuntu-latest diff --git a/.gitignore b/.gitignore index 8c960ec..0ee3d17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.jl.cov *.jl.*.cov *.jl.mem +Manifest.toml \ No newline at end of file diff --git a/Project.toml b/Project.toml index 788d756..f6a6ac6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,12 +1,12 @@ name = "IntervalOptimisation" uuid = "c7c68f13-a4a2-5b9a-b424-07d005f8d9d2" -version = "0.4.3" +version = "0.4.4" [deps] IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253" [compat] -IntervalArithmetic = "0.15, 0.16, 0.17, 0.18" +IntervalArithmetic = "0.15, 0.16, 0.17, 0.18, 0.19" julia = "1.0" [extras]