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 152c87e commit d920f72Copy full SHA for d920f72
1 file changed
.github/workflows/samples-ruby.yaml
@@ -42,7 +42,7 @@ jobs:
42
cat /etc/hosts
43
- uses: ruby/setup-ruby@v1
44
with:
45
- ruby-version: '3.2' # Not needed with a .ruby-version, .tool-versions or mise.toml
+ ruby-version: '3.4' # Not needed with a .ruby-version, .tool-versions or mise.toml
46
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
47
- name: Install bundle
48
working-directory: ${{ matrix.sample }}
0 commit comments