Skip to content

Commit 97461f0

Browse files
committed
Drop Redmine <= 5.0 and adjust CI
1 parent 2bf3da7 commit 97461f0

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,21 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
redmine_version: [5.0-stable, 5.1-stable, 6.0-stable, master]
25+
redmine_version: [5.1-stable, 6.0-stable, master]
2626
ruby_version: ['3.1', '3.2', '3.3']
27-
db: ['mysql:5.7', 'postgres:10', 'sqlite3']
27+
db: ['mysql:8.0', 'postgres:14', 'sqlite3']
2828
# System test takes 2~3 times longer, so limit to specific matrix combinations
2929
# See: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
3030
include:
3131
- system_test: true
3232
redmine_version: 6.0-stable
3333
ruby_version: '3.3'
34-
db: 'mysql:5.7'
34+
db: 'mysql:8.0'
3535
exclude:
36-
- redmine_version: 5.0-stable
37-
ruby_version: '3.2'
38-
- redmine_version: 5.0-stable
39-
ruby_version: '3.3'
4036
- redmine_version: 5.1-stable
4137
ruby_version: '3.3'
38+
- redmine_version: master
39+
ruby_version: '3.1'
4240

4341
steps:
4442
- name: Setup Redmine

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a plugin for grouping custom fields.
44

55
## Requirements
66

7-
- Redmine >= 4.0.0
7+
- Redmine >= 5.1.0
88

99
## Installation
1010

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
author_url 'https://github.com/georepublic'
88
url 'https://github.com/gtt-project/redmine_custom_fields_groups'
99
description 'This is a plugin for grouping custom fields'
10-
version '2.0.0'
10+
version '2.1.0'
1111

12-
requires_redmine :version_or_higher => '5.0.0'
12+
requires_redmine :version_or_higher => '5.1.0'
1313

1414
settings partial: 'settings/redmine_custom_fields_groups',
1515
default: {

0 commit comments

Comments
 (0)