Skip to content

Commit

Permalink
Run rubocop in CI using Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored and olleolleolle committed Dec 28, 2023
1 parent f0f549d commit 898f203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Ruby 3.0
- name: Set up Ruby 3.3
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.3
bundler-cache: true

- name: Rubocop
Expand Down

0 comments on commit 898f203

Please sign in to comment.