Skip to content

Commit 93066da

Browse files
ci: run rubocop against Ruby 3.3
1 parent 3c13a4f commit 93066da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
bundler-cache: true
5151
- name: Run rubocop
5252
run: bundle exec rubocop
53-
if: ${{ matrix.ruby == '3.2' }}
53+
if: ${{ matrix.ruby == '3.3' }}
5454
- name: Run tests
5555
run: bundle exec rspec

0 commit comments

Comments
 (0)