We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e72e94 commit 56a3185Copy full SHA for 56a3185
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- redmine-plugin: agileware-jp/redmine-plugin@3.6.0
+ redmine-plugin: agileware-jp/redmine-plugin@3.8.0
5
6
jobs:
7
run_tests:
@@ -62,10 +62,10 @@ workflows:
62
test:
63
64
- run_tests:
65
- name: latest Redmine (5.1) with PostgreSQL
+ name: latest Redmine with PostgreSQL
66
database: pg
67
68
- name: latest Redmine (5.1) with MySQL
+ name: latest Redmine with MySQL
69
database: mysql
70
71
name: redmine-4.2 with PostgreSQL
0 commit comments