Skip to content

Commit 6ea73a3

Browse files
authored
Update ruby.yml
1 parent 2900c9c commit 6ea73a3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
ruby-version: ['2.3', '2.5', '2.6', '2.7', '3.0']
22+
ruby-version: ['2.6', '2.7', '3.0', '3.4']
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Set up Ruby
27-
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
28-
# change this to (see https://github.com/ruby/setup-ruby#versioning):
29-
# uses: ruby/setup-ruby@v1
30-
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
27+
uses: ruby/setup-ruby@v1
3128
with:
3229
ruby-version: ${{ matrix.ruby-version }}
3330
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)