Skip to content

Commit

Permalink
Test on rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kanety committed Oct 13, 2023
1 parent 02c269e commit 7b6b340
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,24 +9,32 @@ jobs:
fail-fast: false
matrix:
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
gemfile: ['rails50', 'rails51', 'rails52', 'rails60', 'rails61', 'rails70']
gemfile: ['rails50', 'rails51', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71']
exclude:
- ruby: 2.3
gemfile: rails60
- ruby: 2.3
gemfile: rails61
- ruby: 2.3
gemfile: rails70
- ruby: 2.3
gemfile: rails71
- ruby: 2.4
gemfile: rails60
- ruby: 2.4
gemfile: rails61
- ruby: 2.4
gemfile: rails70
- ruby: 2.4
gemfile: rails71
- ruby: 2.5
gemfile: rails70
- ruby: 2.5
gemfile: rails71
- ruby: 2.6
gemfile: rails70
- ruby: 2.6
gemfile: rails71
- ruby: 3.0
gemfile: rails50
- ruby: 3.0
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/rails71.gemfile
@@ -0,0 +1,5 @@
source 'https://rubygems.org'

gem "rails", "~> 7.1.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions spec/dummy/config/application.rb
Expand Up @@ -8,5 +8,6 @@

module Dummy
class Application < Rails::Application
config.load_defaults Rails::VERSION::STRING.to_f
end
end

0 comments on commit 7b6b340

Please sign in to comment.