From 5e75e32d02e7ffc0d5d5e4d0bedf942f3fd78376 Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Thu, 20 Feb 2025 22:01:52 -0500 Subject: [PATCH] CI: update versions for LTS and stable release --- .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 79839c0..325e131 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,8 +19,8 @@ jobs: fail-fast: false matrix: version: - - "1.7" - - "1.9" + - "1.10" + - "1.11" - "nightly" os: - ubuntu-latest