Skip to content

Commit f55135e

Browse files
committed
build: drop support for Redmine 4.2
1 parent 9853df3 commit f55135e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
redmine: ["4.2", "5.0"]
12+
redmine: ["5.0", "5.1", "6.0"]
1313
db: ["sqlite", "mysql", "postgresql"]
1414
include:
15-
- ruby: "2.7"
15+
- ruby: "3.1"
1616

1717
name: "Ruby ${{ matrix.ruby }} / Redmine ${{ matrix.redmine }} / ${{ matrix.db }}"
1818

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url 'https://github.com/eXolnet/redmine_wbs'
1111
author_url 'https://www.exolnet.com'
1212

13-
requires_redmine :version_or_higher => '4.2'
13+
requires_redmine :version_or_higher => '5.0'
1414

1515
settings :default => {},
1616
:partial => 'settings/wbs/general'

0 commit comments

Comments
 (0)