Skip to content

Commit

Permalink
CI against bundler 2.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Jul 9, 2024
1 parent d8ad4cc commit 744bb2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 744bb2a

Please sign in to comment.