Skip to content

Commit 4654b71

Browse files
chore: exclude 3.0/7.2 incompatible configuration
1 parent 3f24018 commit 4654b71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
activerecord: '6.1'
3636
- ruby-version: '3.3'
3737
activerecord: '6.1'
38+
- ruby-version: '3.0'
39+
activerecord: '7.2'
3840
env:
3941
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.activerecord }}.gemfile
4042
steps:

0 commit comments

Comments
 (0)