Skip to content

Commit

Permalink
Rails7.1 (#14)
Browse files Browse the repository at this point in the history
* enable test suite for rails 7.1
* remove fork definition that got merged
  • Loading branch information
mathieujobin authored Jan 5, 2024
1 parent 91698fc commit 3bd7f22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gemfile: ['rails-7.0.x', 'rails-6.1.x']
gemfile: ['rails-7.1.x', 'rails-7.0.x', 'rails-6.1.x']
ruby: [3.2, 3.1, '3.0']
include:
- gemfile: rails-7.0.x
Expand Down
1 change: 0 additions & 1 deletion gemfiles/Gemfile.rails-7.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ source 'https://rubygems.org'
gemspec path: '../'

gem 'activerecord', '~> 7.0.0'
gem 'writeexcel', github: 'mathieujobin/writeexcel', branch: 'ruby3.3-rebased'

6 changes: 6 additions & 0 deletions gemfiles/Gemfile.rails-7.1.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source 'https://rubygems.org'

gemspec path: '../'

gem 'activerecord', '~> 7.1.2'

0 comments on commit 3bd7f22

Please sign in to comment.