From f4f7270245a0ef0d41eb6f1ea91147d47dd734b8 Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Wed, 25 Aug 2021 11:11:46 -0700 Subject: [PATCH 1/2] Add dependency on ExprTools to fix version --- Project.toml | 2 ++ docs/Project.toml | 1 + test/Project.toml | 1 + 3 files changed, 4 insertions(+) diff --git a/Project.toml b/Project.toml index d50edd77..5b09ae46 100644 --- a/Project.toml +++ b/Project.toml @@ -6,6 +6,7 @@ version = "0.3.2" [deps] CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53" DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" +ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04" KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74" @@ -15,4 +16,5 @@ CLIMAParameters = "0.1.0" DocStringExtensions = "0.8.1" KernelAbstractions = "0.5, 0.6" RootSolvers = "0.2" +ExprTools = "0.1 - 0.1.3" julia = "1.3" diff --git a/docs/Project.toml b/docs/Project.toml index 2ce28f01..c3141064 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,6 +2,7 @@ CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" +ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04" KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" diff --git a/test/Project.toml b/test/Project.toml index 2e96ed33..188b961c 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -6,6 +6,7 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57" DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" +ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" From c7cd2a9af78685bf8dcda260d68641b12c079ba6 Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Wed, 25 Aug 2021 13:11:49 -0700 Subject: [PATCH 2/2] Remove 1.3 tests --- .github/workflows/ci.yml | 1 - Project.toml | 2 +- bors.toml | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66675d59..43cd26b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: fail-fast: false matrix: version: - - '1.3' - '1.4' - '1.5' - '1.6.0' diff --git a/Project.toml b/Project.toml index 5b09ae46..ce81b792 100644 --- a/Project.toml +++ b/Project.toml @@ -17,4 +17,4 @@ DocStringExtensions = "0.8.1" KernelAbstractions = "0.5, 0.6" RootSolvers = "0.2" ExprTools = "0.1 - 0.1.3" -julia = "1.3" +julia = "1.4" diff --git a/bors.toml b/bors.toml index 1c88c864..d2391418 100644 --- a/bors.toml +++ b/bors.toml @@ -1,7 +1,4 @@ status = [ - "ci 1.3 - ubuntu-latest", - "ci 1.3 - windows-latest", - "ci 1.3 - macOS-latest", "ci 1.4 - ubuntu-latest", "ci 1.4 - windows-latest", "ci 1.4 - macOS-latest",