Skip to content

Commit

Permalink
Fix github pipelines by updating ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Sep 11, 2023
1 parent 7dd73e1 commit a7c86fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 'Set up Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.0'

- name: 'Set up Reviewdog'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rails-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
ruby: ['2.7'] # TODO: Reenable 3.0 when it's compatible
ruby: ['3.0']

services:
postgres:
Expand Down

0 comments on commit a7c86fe

Please sign in to comment.