From 744bb2a86617570df5bbe4c4edf31f42f4328a44 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Tue, 9 Jul 2024 13:52:49 -0600 Subject: [PATCH] CI against bundler 2.5.15 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2ad06e..7c10f8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: fail-fast: false matrix: ruby-version: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3] - bundler-version: [2.4.19, 2.4.22, 2.5.10] + bundler-version: [2.4.19, 2.4.22, 2.5.15] exclude: - ruby-version: 2.6 - bundler-version: 2.5.10 + bundler-version: 2.5.15 - ruby-version: 2.7 - bundler-version: 2.5.10 + bundler-version: 2.5.15 env: BUNDLER_VERSION: ${{ matrix.bundler-version }} BUNDLE_LOCKFILE: active