Skip to content

Commit d0dc780

Browse files
etagwerkerJuanVqz
authored andcommitted
Try to fix test suite in GitHub Actions CI for Ruby 2.6
1 parent 90277fd commit d0dc780

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ jobs:
1616
ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4"]
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v4
2020
- name: Setup Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby-version }}
2424
bundler-cache: true
25-
- name: Uninstall existing Bundler
26-
run: |
27-
gem uninstall bundler -a -x || true
2825
- name: Install Bundler
2926
run: |
3027
if [[ "${{ matrix.ruby-version }}" == "2.5" ]]; then

0 commit comments

Comments
 (0)