From 58e28eb4de06967266a277f3bad821e14312a4c6 Mon Sep 17 00:00:00 2001 From: Joe Sirianni Date: Wed, 16 Oct 2024 11:33:59 -0400 Subject: [PATCH] test against v1.77.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index babb8a8..a59e1b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - 1.71.0 - 1.73.0 - 1.75.0 - - 1.76.0 + - 1.77.0 - latest # keep steps: - name: Checkout