Skip to content

Commit 3616e4f

Browse files
committed
fix: update ruby/setup-ruby
1 parent 2bfa647 commit 3616e4f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
ruby-version: ['2.6', '2.7', '3.0', '3.1']
18+
ruby-version: ['2.7', '3.0', '3.1']
1919

2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Ruby
2323
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
2424
# change this to (see https://github.com/ruby/setup-ruby#versioning):
25-
# uses: ruby/setup-ruby@v1
26-
uses: ruby/setup-ruby@168d6a54b412713c0ed60998a78093a270ca8d84
25+
uses: ruby/setup-ruby@v1
2726
with:
2827
ruby-version: ${{ matrix.ruby-version }}
2928
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)