Skip to content

Commit

Permalink
Fix ruby version on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anero committed Sep 28, 2023
1 parent c99009c commit ee7cea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
- uses: ruby/setup-ruby
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true
- run: bundle install
- run: bundle exec rspec
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
- uses: ruby/setup-ruby
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true
- run: bundle install
- run: bundle exec rubocop

0 comments on commit ee7cea1

Please sign in to comment.