From d4140c1b23a4b26156ff366d74a0ee2fab9825e7 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Thu, 5 Dec 2024 07:21:05 -0500 Subject: [PATCH] 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: