File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -22,23 +22,21 @@ jobs:
22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- redmine_version : [5.0-stable, 5. 1-stable, 6.0-stable, master]
25
+ redmine_version : [5.1-stable, 6.0-stable, master]
26
26
ruby_version : ['3.1', '3.2', '3.3']
27
- db : ['mysql:5.7 ', 'postgres:10 ', 'sqlite3']
27
+ db : ['mysql:8.0 ', 'postgres:14 ', 'sqlite3']
28
28
# System test takes 2~3 times longer, so limit to specific matrix combinations
29
29
# See: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
30
30
include :
31
31
- system_test : true
32
32
redmine_version : 6.0-stable
33
33
ruby_version : ' 3.3'
34
- db : ' mysql:5.7 '
34
+ db : ' mysql:8.0 '
35
35
exclude :
36
- - redmine_version : 5.0-stable
37
- ruby_version : ' 3.2'
38
- - redmine_version : 5.0-stable
39
- ruby_version : ' 3.3'
40
36
- redmine_version : 5.1-stable
41
37
ruby_version : ' 3.3'
38
+ - redmine_version : master
39
+ ruby_version : ' 3.1'
42
40
43
41
steps :
44
42
- name : Setup Redmine
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a plugin for grouping custom fields.
4
4
5
5
## Requirements
6
6
7
- - Redmine >= 4.0 .0
7
+ - Redmine >= 5.1 .0
8
8
9
9
## Installation
10
10
Original file line number Diff line number Diff line change 7
7
author_url 'https://github.com/georepublic'
8
8
url 'https://github.com/gtt-project/redmine_custom_fields_groups'
9
9
description 'This is a plugin for grouping custom fields'
10
- version '2.0 .0'
10
+ version '2.1 .0'
11
11
12
- requires_redmine :version_or_higher => '5.0 .0'
12
+ requires_redmine :version_or_higher => '5.1 .0'
13
13
14
14
settings partial : 'settings/redmine_custom_fields_groups' ,
15
15
default : {
You can’t perform that action at this time.
0 commit comments