File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 1- 2.7.7
2- 3.0.5
3- 3.1 .3
4- 3.2.1
1+ 3.0.6
2+ 3.1.4
3+ 3.2 .3
4+ 3.3.0
Original file line number Diff line number Diff line change @@ -38,28 +38,21 @@ jobs:
3838 fail-fast : false
3939 matrix :
4040 ruby :
41+ - ' 3.3'
4142 - ' 3.2'
4243 - ' 3.1'
4344 - ' 3.0'
44- - ' 2.7'
4545 rails :
4646 - ' 7.1'
4747 - ' 7.0'
4848 - ' 6.1'
49- - ' 6.0'
5049 database_url :
5150 - sqlite3:test_db
5251 - postgresql://postgres:password@localhost:5432/test
5352 -
mysql2://root:[email protected] :3306/test 54- exclude :
55- - ruby : ' 3.2'
56- rails : ' 6.0'
57- - ruby : ' 3.1'
58- rails : ' 6.0'
59- - ruby : ' 3.1'
60- rails : ' 5.1'
61- - ruby : ' 3.0'
62- rails : ' 6.0'
53+ # exclude:
54+ # - ruby: '3.1'
55+ # rails: '6.0'
6356 env :
6457 RAILS_VERSION : ${{ matrix.rails }}
6558 DATABASE_URL : ${{ matrix.database_url }}
You can’t perform that action at this time.
0 commit comments