From 16e696777915b910d04370c9fdfe0df1ea416326 Mon Sep 17 00:00:00 2001 From: Frames White Date: Tue, 20 Dec 2022 19:01:19 +0000 Subject: [PATCH 1/2] merge release-1.8 and release-1.9 --- .github/workflows/CI.yml | 3 ++- Project.toml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 501e4be..d97850c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,8 @@ jobs: fail-fast: false matrix: version: - - '1.8-nightly' + - '1.8.0-0' + - '1.9.0-0' os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index f5396a6..e26c56e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TestEnv" uuid = "1e6cf692-eddd-4d53-88a5-2d735e33781b" -version = "1.8.1" +version = "1.9.2" [deps] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" @@ -9,7 +9,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" ChainRulesCore = "=1.0.2" MCMCDiagnosticTools = "=0.1.0" YAXArrays = "0.1.3" -julia = "~1.8" +julia = "~1.8, ~1.9" [extras] ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" From 5ddb563881f16ba3787ec869f657bd4e218a8298 Mon Sep 17 00:00:00 2001 From: Frames Catherine White Date: Tue, 20 Dec 2022 19:03:47 +0000 Subject: [PATCH 2/2] fix how CI julia versions are referenced --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d97850c..e05446b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,8 +10,8 @@ jobs: fail-fast: false matrix: version: - - '1.8.0-0' - - '1.9.0-0' + - '^1.8.0-0' + - '^1.9.0-0' os: - ubuntu-latest arch: