Skip to content

Commit 744bb2a

Browse files
committed
CI against bundler 2.5.15
1 parent d8ad4cc commit 744bb2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
ruby-version: [2.6, 2.7, "3.0", 3.1, 3.2, 3.3]
17-
bundler-version: [2.4.19, 2.4.22, 2.5.10]
17+
bundler-version: [2.4.19, 2.4.22, 2.5.15]
1818
exclude:
1919
- ruby-version: 2.6
20-
bundler-version: 2.5.10
20+
bundler-version: 2.5.15
2121
- ruby-version: 2.7
22-
bundler-version: 2.5.10
22+
bundler-version: 2.5.15
2323
env:
2424
BUNDLER_VERSION: ${{ matrix.bundler-version }}
2525
BUNDLE_LOCKFILE: active

0 commit comments

Comments
 (0)