Skip to content

Commit ebb7847

Browse files
committed
chore: use Ruby 3.4 as default for lint job
1 parent 05f09cf commit ebb7847

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Ruby
2626
uses: ruby/setup-ruby@v1
2727
with:
28-
ruby-version: '3.3'
28+
ruby-version: '3.4'
2929
bundler-cache: true
3030
- name: Run RuboCop
3131
run: bundle exec rubocop

0 commit comments

Comments
 (0)