Skip to content

Commit

Permalink
use Ruby 3.3 for unit tests and rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Oct 29, 2024
1 parent e2eee88 commit bb6878b
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 @@ -18,7 +18,7 @@ jobs:
- name: Setup Ruby and install rubocop
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
ruby-version: 3.3
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop --parallel
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
ruby-version: 3.3
bundler-cache: true
- name: Run tests
run: rake test
Expand Down

0 comments on commit bb6878b

Please sign in to comment.