From a7e102694325679f1f8e0931d0553dfc4b337efc Mon Sep 17 00:00:00 2001 From: thomasjm Date: Tue, 30 Jul 2024 08:07:28 -0700 Subject: [PATCH] ci: update, trim down the matrix a bit --- .github/workflows/ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dfe924..2d9eba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,15 +64,17 @@ jobs: - lts-19.33 # 9.0.2 - lts-18.28 # 8.10.7 version: + - v1.46 + - v1.45 - v1.44 - v1.43 - v1.42 - v1.41 - - v1.40 - - v1.39 - - v1.38 - - v1.37 - - v1.36 + # - v1.40 + # - v1.39 + # - v1.38 + # - v1.37 + # - v1.36 steps: - uses: actions/checkout@v4