Skip to content

Commit a7c1f6c

Browse files
authored
Merge pull request #49 from agrare/test_with_bundler_4_0
Test bundler-inject with bundler v4.0
2 parents ee15c10 + b0dc7c8 commit a7c1f6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- '2.5'
2626
- '2.6'
2727
- '2.7'
28+
- '4.0'
2829
exclude:
2930
- ruby-version: '2.7'
3031
bundler-version: '2.5'
@@ -38,6 +39,12 @@ jobs:
3839
bundler-version: '2.7'
3940
- ruby-version: '3.1'
4041
bundler-version: '2.7'
42+
- ruby-version: '2.7'
43+
bundler-version: '4.0'
44+
- ruby-version: '3.0'
45+
bundler-version: '4.0'
46+
- ruby-version: '3.1'
47+
bundler-version: '4.0'
4148
env:
4249
TEST_BUNDLER_VERSION: ${{ matrix.bundler-version }}
4350
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)