Skip to content

Commit 9391c16

Browse files
authored
Use default Bundler for ruby-head CI (#523)
1 parent 42f9e2a commit 9391c16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: ruby/setup-ruby@v1
3434
with:
3535
ruby-version: ${{ matrix.ruby }}
36+
bundler: ${{ matrix.ruby == 'head' && 'default' || 'Gemfile.lock' }}
3637
bundler-cache: true
3738

3839
- name: Run tests

0 commit comments

Comments
 (0)