Skip to content

Commit fe3b341

Browse files
authored
Add support for Rails 8 (#442)
* Remove useless require * Add support for Rails 8.0
1 parent 636303b commit fe3b341

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
- '2.7'
9393
- '2.6'
9494
rails:
95+
- rails_8.0
9596
- rails_7.2
9697
- rails_7.1
9798
- rails_7.0
@@ -114,6 +115,15 @@ jobs:
114115
- ruby: '3.0'
115116
rails: 'rails_7.2'
116117

118+
- ruby: '2.6'
119+
rails: 'rails_8.0'
120+
- ruby: '2.7'
121+
rails: 'rails_8.0'
122+
- ruby: '3.0'
123+
rails: 'rails_8.0'
124+
- ruby: '3.1'
125+
rails: 'rails_8.0'
126+
117127
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
118128
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.rails }}.gemfile
119129

.rspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--require spec_helper
2-
--warnings
1+
--warnings

0 commit comments

Comments
 (0)