Skip to content

Commit

Permalink
Merge pull request #257 from willnet/rails71
Browse files Browse the repository at this point in the history
Add Rails 7.1 to CI matrix
  • Loading branch information
bsedat committed Nov 7, 2023
2 parents 82bbf5d + cc5fb72 commit 4f79d4b
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
# Due to https://github.com/actions/runner/issues/849, we should quote versions
ruby: ['2.7', '3.0', '3.1', '3.2', 'truffleruby-head']
rails: ['7.0']
rails: ['7.0', '7.1']

name: Ruby ${{ matrix.ruby }}, Rails ${{ matrix.rails }}
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
Expand Down
8 changes: 0 additions & 8 deletions gemfiles/rails_4.2.gemfile

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/rails_5.0.gemfile

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/rails_5.1.gemfile

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/rails_5.2.gemfile

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/rails_6.0.gemfile

This file was deleted.

8 changes: 0 additions & 8 deletions gemfiles/rails_6.1.gemfile

This file was deleted.

4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.gemfile
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "railties", "~> 7.0"
gem "activesupport", "~> 7.0"
gem "railties", "~> 7.0.0"
gem "activesupport", "~> 7.0.0"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_4.1.gemfile → gemfiles/rails_7.1.gemfile
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "railties", "~> 4.1"
gem "activesupport", "~> 4.1"
gem "railties", "~> 7.1.0"
gem "activesupport", "~> 7.1.0"

gemspec path: "../"

0 comments on commit 4f79d4b

Please sign in to comment.