From 56e8edf8dd09ca1ef4b72dfa4b2b20f287ddd669 Mon Sep 17 00:00:00 2001 From: Jonnie Diegelman <47193959+jonniedie@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:11:48 -0500 Subject: [PATCH 1/3] Update ci.yml --- .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 6100db4d..fe081a3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - '1.6' - '1.7' - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - - 'nightly' + - 'beta' os: - ubuntu-latest arch: From 4c15f68cb861ae83ac7e72d134bfc61cc644025e Mon Sep 17 00:00:00 2001 From: Jonnie Diegelman <47193959+jonniedie@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:13:10 -0500 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 00e25831..54876df2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ComponentArrays" uuid = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" authors = ["Jonnie Diegelman <47193959+jonniedie@users.noreply.github.com>"] -version = "0.13.4" +version = "0.13.5" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" From 6491a9748f7ab91562bba6dd8548c55a93396e7b Mon Sep 17 00:00:00 2001 From: Jonnie Diegelman <47193959+jonniedie@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:21:20 -0500 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe081a3a..7a8a04ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,6 @@ jobs: - '1.6' - '1.7' - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - - 'beta' os: - ubuntu-latest arch: