We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d1e1e commit f8dce79Copy full SHA for f8dce79
.github/workflows/ruby.yml
@@ -28,7 +28,7 @@ jobs:
28
# uses: ruby/setup-ruby@v1
29
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
30
with:
31
- ruby-version: 3.4.2
+ ruby-version: 3.2.2
32
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
33
- name: Run tests
34
run: bundle exec rake
0 commit comments