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 2bfa647 commit 3616e4fCopy full SHA for 3616e4f
.github/workflows/ruby.yml
@@ -15,15 +15,14 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- ruby-version: ['2.6', '2.7', '3.0', '3.1']
+ ruby-version: ['2.7', '3.0', '3.1']
19
20
steps:
21
- uses: actions/checkout@v2
22
- name: Set up Ruby
23
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
24
# change this to (see https://github.com/ruby/setup-ruby#versioning):
25
- # uses: ruby/setup-ruby@v1
26
- uses: ruby/setup-ruby@168d6a54b412713c0ed60998a78093a270ca8d84
+ uses: ruby/setup-ruby@v1
27
with:
28
ruby-version: ${{ matrix.ruby-version }}
29
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments