Skip to content

Commit af3d3c4

Browse files
authored
Update ruby.yml
1 parent 1e8cdbd commit af3d3c4

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: ruby/setup-ruby@v1
2525
with:
2626
bundler-cache: true
27-
ruby-version: 3.0
27+
ruby-version: 3.2.7
2828
- name: Install dependencies
2929
run: bundle install
3030
- name: Run tests
@@ -38,8 +38,7 @@ jobs:
3838
- name: Set up Ruby
3939
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
4040
# change this to (see https://github.com/ruby/setup-ruby#versioning):
41-
# uses: ruby/setup-ruby@v1
42-
uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
41+
uses: ruby/setup-ruby@v1
4342
with:
4443
bundler-cache: true
4544
ruby-version: jruby-9.4.10.0

0 commit comments

Comments
 (0)