Skip to content

Commit

Permalink
ci: bump ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
nishidayuya committed Oct 26, 2024
1 parent e0b9828 commit da9446f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1.197.0
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: Lint Ruby files
run: bundle exec rubocop --parallel
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['3.1', '3.2', '3.3']
db_version: [5.7]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['3.1', '3.2', '3.3']
db_version: [10]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['3.1', '3.2', '3.3']
runs-on: ubuntu-latest
container:
image: ruby:${{ matrix.ruby }}
Expand Down

0 comments on commit da9446f

Please sign in to comment.