From 748f4654555581e3c6318422449b0ac67e8596ee Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Thu, 21 Dec 2023 12:50:31 -0700 Subject: [PATCH] update CI to latest 2.4 release of bundler also test oldest version we still support, to ensure we don't break it --- .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 c00db5d..1bc168b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: ruby-version: [2.7, "3.0", 3.1, 3.2] - bundler-version: [2.4.20, 2.5.2] + bundler-version: [2.4.19, 2.4.22, 2.5.2] exclude: - ruby-version: 2.7 bundler-version: 2.5.2