Skip to content

Commit df41f05

Browse files
committed
ruby/setup-ruby chooses version from .ruby-version
1 parent 572e64a commit df41f05

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/rubocop.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 3.1
1716
bundler-cache: true
1817
- run: bundle exec rubocop

.github/workflows/spec.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 3.1
2120
bundler-cache: true
2221
- name: Prepare spec
2322
run: |

0 commit comments

Comments
 (0)