From 719f80316701d2e629f9a06b0159c66b8c4fde49 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Thu, 21 Dec 2023 13:45:32 -0700 Subject: [PATCH] update CI to latest 2.4 release of bundler (#22) 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