From 81d5438a31d0d878a1e0212341cbc3d86f9e8d73 Mon Sep 17 00:00:00 2001 From: Ian Weaver Date: Sat, 1 Nov 2025 13:02:38 -0700 Subject: [PATCH 1/2] bump lts --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9827c2afb5..40532d451f 100644 --- a/Project.toml +++ b/Project.toml @@ -6,4 +6,4 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" [compat] TypedTables = "1.4.6" -julia = "1.6" +julia = "1.10" From 7900bb195d1365cb98eaee532b2b45de51a8416e Mon Sep 17 00:00:00 2001 From: icweaver Date: Sat, 1 Nov 2025 14:45:16 -0700 Subject: [PATCH 2/2] test older versions --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5824fb1d11..769a917bdf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,6 +14,8 @@ jobs: fail-fast: false matrix: version: + - "min" + - "1.11" - "1" # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. - "pre" os: