From dba34589f6914fec4006505caef909239ca0a011 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Tue, 13 May 2025 13:51:49 +0530 Subject: [PATCH] Test on pre and LTS versions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 223e35b9..2e134011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,8 @@ jobs: matrix: version: - '1' - - '1.10' + - 'lts' + - 'pre' os: - ubuntu-latest - macOS-latest