Skip to content

Commit f8dce79

Browse files
committed
Set to ruby version that actually exists
1 parent d8d1e1e commit f8dce79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# uses: ruby/setup-ruby@v1
2929
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
3030
with:
31-
ruby-version: 3.4.2
31+
ruby-version: 3.2.2
3232
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3333
- name: Run tests
3434
run: bundle exec rake

0 commit comments

Comments
 (0)