Skip to content

Commit

Permalink
Merge pull request #194 from taketo1113/ci-rails-7.1
Browse files Browse the repository at this point in the history
Add Rails 7.1 to the CI matrix.
  • Loading branch information
januszm authored Oct 9, 2023
2 parents 346ad69 + 67dccdf commit 7934083
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.7, '3.0', 3.1]
rails: ['6.0', '6.1', '7.0']
ruby: [2.7, '3.0', 3.1, 3.2]
rails: ['6.0', '6.1', '7.0', '7.1']
include:
- ruby: 2.6
rails: '5.2'
- ruby: 3.2
rails: '7.0'

name: Ruby ${{ matrix.ruby }} - Rails ${{ matrix.rails }}
env:
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 7.1.0"

gemspec path: "../"

0 comments on commit 7934083

Please sign in to comment.