Skip to content

Commit d6ad3ca

Browse files
authored
Update ruby.yml
1 parent c226355 commit d6ad3ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby-version: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0']
22+
ruby-version: ['2.5', '2.6', '2.7', '3.0']
2323

2424
steps:
2525
- uses: actions/checkout@v2
@@ -31,5 +31,7 @@ jobs:
3131
with:
3232
ruby-version: ${{ matrix.ruby-version }}
3333
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
34+
- name: Setup bundler
35+
run: gem install bundler:1.17.2
3436
- name: Run tests
3537
run: bundle exec rake

0 commit comments

Comments
 (0)