From d4140c1b23a4b26156ff366d74a0ee2fab9825e7 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Thu, 5 Dec 2024 07:21:05 -0500 Subject: [PATCH 1/2] test on LTS in CI --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e4cb308..b4ac02f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,9 @@ jobs: fail-fast: false matrix: version: - - 1.6 # LTS - - 1 + - '1.6' + - 'lts' + - '1' - 'pre' - 'nightly' os: From de59425df8bde6b7e03d486ccedbf5ade96796f3 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Thu, 5 Dec 2024 07:22:54 -0500 Subject: [PATCH 2/2] bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bccd2eb7..c1396ef1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Accessors" uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" authors = ["Takafumi Arakaki ", "Jan Weidner and contributors"] -version = "0.1.38" +version = "0.1.39" [deps] CompositionsBase = "a33af91c-f02d-484b-be07-31d278c5ca2b"