Skip to content

Commit 4c80e03

Browse files
authored
Update ruby.yml
1 parent 6ea73a3 commit 4c80e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
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.6', '2.7', '3.0', '3.4']
22+
ruby-version: ['3.4']
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -29,6 +29,6 @@ jobs:
2929
ruby-version: ${{ matrix.ruby-version }}
3030
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3131
- name: Setup bundler
32-
run: gem install bundler:1.17.2
32+
run: gem install bundler:2.6.6
3333
- name: Run tests
3434
run: bundle exec rake

0 commit comments

Comments
 (0)