We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636303b commit fe3b341Copy full SHA for fe3b341
.github/workflows/ci.yml
@@ -92,6 +92,7 @@ jobs:
92
- '2.7'
93
- '2.6'
94
rails:
95
+ - rails_8.0
96
- rails_7.2
97
- rails_7.1
98
- rails_7.0
@@ -114,6 +115,15 @@ jobs:
114
115
- ruby: '3.0'
116
rails: 'rails_7.2'
117
118
+ - ruby: '2.6'
119
+ rails: 'rails_8.0'
120
+ - ruby: '2.7'
121
122
+ - ruby: '3.0'
123
124
+ - ruby: '3.1'
125
126
+
127
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
128
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.rails }}.gemfile
129
.rspec
@@ -1,2 +1 @@
1
---require spec_helper
2
---warnings
+--warnings
0 commit comments