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 4c80e03 commit 8c61e7cCopy full SHA for 8c61e7c
.github/workflows/ruby.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- ruby-version: ['3.4']
+ ruby-version: ['2.6', '2.7', '3.0']
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:2.6.6
+ run: gem install bundler:1.17.2
33
- name: Run tests
34
run: bundle exec rake
0 commit comments