Skip to content

Commit 9d91a5c

Browse files
committed
Run Rubocop with Ruby 3.0
1 parent cea41cf commit 9d91a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: '3.3'
25+
ruby-version: '3.0'
2626

2727
- name: Bundler
2828
run: bundle install

0 commit comments

Comments
 (0)