Skip to content

Commit 07e140e

Browse files
committed
Add test case
1 parent 096d8d5 commit 07e140e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ workflows:
8989
database: 'mariadb'
9090
- run-trunk-tests:
9191
database: 'sqlite3'
92+
9293
- run-tests:
9394
redmine_version: '4.1.1'
9495
ruby_version: '2.6'
@@ -109,6 +110,20 @@ workflows:
109110
redmine_version: '4.0.6'
110111
ruby_version: '2.6'
111112
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.)
112127
- run-old-redmine-tests:
113128
redmine_version: '3.4.12'
114129
ruby_version: '2.4'

0 commit comments

Comments
 (0)