From 699530c8c30086a531fac8e69daebc5b86d8aae6 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Thu, 12 Sep 2024 16:16:24 -0700 Subject: [PATCH] Update to 1.31 Signed-off-by: Tamal Saha --- .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 26ad825..5d74e82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,16 +29,18 @@ jobs: # - "1.17" # - "1.18" # - "1.19" - - "1.20" - - "1.21" - - "1.22" - - "1.23" - - "1.24" + # - "1.20" + # - "1.21" + # - "1.22" + # - "1.23" + # - "1.24" - "1.25" - "1.26" - "1.27" - "1.28" - "1.29" + - "1.30" + - "1.31" steps: - uses: actions/checkout@v4