Skip to content

Commit b6c07f5

Browse files
redmine 6.1 is required
1 parent ceace99 commit b6c07f5

File tree

4 files changed

+7
-49
lines changed

4 files changed

+7
-49
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,14 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
ruby: ['3.1', '3.2', '3.3', '3.4']
14-
redmine: ['6.0-stable', 'master']
13+
ruby: ['3.2', '3.3', '3.4']
14+
redmine: ['6.1-stable', 'master']
1515
db: ['postgres', 'mysql']
16-
exclude:
17-
- ruby: '3.1'
18-
redmine: master
19-
- ruby: '3.4'
20-
redmine: 6.0-stable
2116
fail-fast: false
2217

2318
services:
2419
postgres:
25-
image: postgres:15
20+
image: postgres:18
2621
env:
2722
POSTGRES_USER: postgres
2823
POSTGRES_PASSWORD: postgres

CHANGELOG.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ If a user has to have admin permisson, he has not this permission after login. H
2727

2828
## Redmine Requirements
2929

30-
* Redmine version >= 6.0
30+
* Redmine version >= 6.1
3131
* Redmine Plugin: [additionals](https://github.com/alphanodes/additionals)
32-
* Ruby version >= 3.1
32+
* Ruby version >= 3.2
3333
* **Redmine sudo_mode has to be turned on in config/configuration.yml**
3434

3535
## Installation

init.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
author 'AlphaNodes GmbH'
1313
author_url 'https://alphanodes.com/'
1414

15-
requires_redmine version_or_higher: '6.0'
15+
requires_redmine version_or_higher: '6.1'
1616

1717
begin
18-
requires_redmine_plugin :additionals, version_or_higher: '4.1.0'
18+
requires_redmine_plugin :additionals, version_or_higher: '4.2.0'
1919
rescue Redmine::PluginNotFound
2020
raise 'Please install additionals plugin (https://github.com/alphanodes/additionals)'
2121
end

0 commit comments

Comments
 (0)