Skip to content

Commit a3ac2e6

Browse files
committed
Minimize matrix for now
1 parent 88ad229 commit a3ac2e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ jobs:
1010
max-parallel: 2
1111
fail-fast: false
1212
matrix:
13-
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
14-
activerecord-version: ['5.0', '5.1', '5.2', '6.0', '6.1', '7.0', '7.1']
13+
#ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
14+
#activerecord-version: ['5.0', '5.1', '5.2', '6.0', '6.1', '7.0', '7.1']
15+
ruby-version: ['2.7', '3.2']
16+
activerecord-version: ['5.2', '6.1']
1517
exclude:
1618
# Rails 7's gemspec requires ruby >= 2.7
1719
- ruby-version: '2.6'

0 commit comments

Comments
 (0)