Skip to content

Commit 0ac9fdb

Browse files
committed
CI: ruby/setup-ruby reads .ruby-version
1 parent aab9d91 commit 0ac9fdb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
- name: Set up Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: 3.2.2
27+
# .ruby-version provides the Ruby version implicitly.
2828
bundler-cache: true
29-
env:
30-
BUNDLE_JOBS: 4
31-
BUNDLE_RETRY: 3
3229

3330
- name: Setup test database
3431
env:

0 commit comments

Comments
 (0)