From 85f5fe02dc2027a3e5237f432502b7f5fd054aa3 Mon Sep 17 00:00:00 2001 From: Luis Benet Date: Thu, 2 Dec 2021 19:34:15 -0600 Subject: [PATCH 1/2] Run tests in Julia 1.6, 1.7 (1) and nightly --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea702ec2..bfc43634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - julia-version: ['1.5', '1', 'nightly'] + julia-version: ['1.6', '1', 'nightly'] julia-arch: [x64] os: [ubuntu-latest, macOS-latest, windows-latest] # # 32-bit Julia binaries are not available on macOS From 87d358b4c7f1848439beae459ff88f0ddc0567ee Mon Sep 17 00:00:00 2001 From: Luis Benet Date: Thu, 2 Dec 2021 21:06:15 -0600 Subject: [PATCH 2/2] Bump patch version --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index e52016b9..de0140d7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TaylorModels" uuid = "314ce334-5f6e-57ae-acf6-00b6e903104a" repo = "https://github.com/JuliaIntervals/TaylorModels.jl.git" -version = "0.5.0" +version = "0.5.1" [deps] IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253" @@ -17,11 +17,11 @@ TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea" [compat] IntervalArithmetic = "^0.20" IntervalRootFinding = "0.5" -RecipesBase = "0.8, 1.0" -Reexport = "0.2, 1.0" +RecipesBase = "1" +Reexport = "1" TaylorIntegration = "0.7, 0.8" TaylorSeries = "0.10, 0.11" -julia = "1.5, 1.6" +julia = "1.5, 1.6, 1.7" [extras] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"