File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ workflows:
89
89
database : ' mariadb'
90
90
- run-trunk-tests :
91
91
database : ' sqlite3'
92
+
92
93
- run-tests :
93
94
redmine_version : ' 4.1.1'
94
95
ruby_version : ' 2.6'
@@ -109,6 +110,20 @@ workflows:
109
110
redmine_version : ' 4.0.6'
110
111
ruby_version : ' 2.6'
111
112
database : ' pg'
113
+ - run-tests :
114
+ redmine_version : ' 4.0.6'
115
+ ruby_version : ' 2.6'
116
+ database : ' mysql'
117
+ - run-tests :
118
+ redmine_version : ' 4.0.6'
119
+ ruby_version : ' 2.6'
120
+ database : ' mariadb'
121
+ - run-tests :
122
+ redmine_version : ' 4.0.6'
123
+ ruby_version : ' 2.6'
124
+ database : ' sqlite3'
125
+
126
+ # Older versions of Redmine only test PostgreSQL.(This is to shorten the execution time.)
112
127
- run-old-redmine-tests :
113
128
redmine_version : ' 3.4.12'
114
129
ruby_version : ' 2.4'
You can’t perform that action at this time.
0 commit comments