We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8cdbd commit af3d3c4Copy full SHA for af3d3c4
.github/workflows/ruby.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: ruby/setup-ruby@v1
25
with:
26
bundler-cache: true
27
- ruby-version: 3.0
+ ruby-version: 3.2.7
28
- name: Install dependencies
29
run: bundle install
30
- name: Run tests
@@ -38,8 +38,7 @@ jobs:
38
- name: Set up Ruby
39
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
40
# change this to (see https://github.com/ruby/setup-ruby#versioning):
41
- # uses: ruby/setup-ruby@v1
42
- uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a
+ uses: ruby/setup-ruby@v1
43
44
45
ruby-version: jruby-9.4.10.0
0 commit comments