We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea73a3 commit 4c80e03Copy full SHA for 4c80e03
.github/workflows/ruby.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- ruby-version: ['2.6', '2.7', '3.0', '3.4']
+ ruby-version: ['3.4']
23
24
steps:
25
- uses: actions/checkout@v4
@@ -29,6 +29,6 @@ jobs:
29
ruby-version: ${{ matrix.ruby-version }}
30
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
31
- name: Setup bundler
32
- run: gem install bundler:1.17.2
+ run: gem install bundler:2.6.6
33
- name: Run tests
34
run: bundle exec rake
0 commit comments