From fdaf308a1512622b8f4cae2f245875c85f47bd3e Mon Sep 17 00:00:00 2001 From: Joe Sirianni Date: Wed, 20 Nov 2024 11:14:33 -0500 Subject: [PATCH] test against v1.82.0 --- .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 abfa3eb..0cd35f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,8 @@ jobs: - 1.71.0 - 1.73.0 - 1.76.0 - - 1.81.0 + - 1.80.0 + - 1.82.0 - latest # keep steps: - name: Checkout