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 69cc432
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 @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true
- run: bundle install
- run: bundle exec rspec
Expand All @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
with:
ruby-version: 2.7
ruby-version: 3.2
bundler-cache: true
- run: bundle install
- run: bundle exec rubocop

0 comments on commit 69cc432

Please sign in to comment.