Skip to content

Commit cd40610

Browse files
committed
Ruby 3.4
1 parent ff28e2d commit cd40610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Ruby 3.3
19+
- name: Set up Ruby 3.4
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: 3.3
22+
ruby-version: 3.4
2323
- name: Build and run RuboCop
2424
run: |
2525
BUNDLE_ONLY=rubocop bundle install --jobs 4 --retry 3

0 commit comments

Comments
 (0)