Skip to content

Commit 48419d1

Browse files
committed
Drop 3.4 from rails 7.1 matrix SQLite isn't compatible for that combo?
1 parent 6059dc5 commit 48419d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
gemfile: 'gemfiles/rails_6.1.gemfile'
2929
- ruby: '3.4'
3030
gemfile: 'gemfiles/rails_7.0.gemfile'
31+
- ruby: '3.4'
32+
gemfile: 'gemfiles/rails_7.1.gemfile'
3133
runs-on: ubuntu-latest
3234
env:
3335
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

0 commit comments

Comments
 (0)