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:
38
38
fail-fast : false
39
39
matrix :
40
40
ruby :
41
+ - ' 3.3'
41
42
- ' 3.2'
42
43
- ' 3.1'
43
44
- ' 3.0'
44
- - ' 2.7'
45
45
rails :
46
46
- ' 7.1'
47
47
- ' 7.0'
48
48
- ' 6.1'
49
- - ' 6.0'
50
49
database_url :
51
50
- sqlite3:test_db
52
51
- postgresql://postgres:password@localhost:5432/test
53
52
- mysql2://root:root@127.0.0.1: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'
63
56
env :
64
57
RAILS_VERSION : ${{ matrix.rails }}
65
58
DATABASE_URL : ${{ matrix.database_url }}
You can’t perform that action at this time.
0 commit comments