Skip to content

Commit 9a72d1e

Browse files
Adjust tests on github
1 parent c0ab03f commit 9a72d1e

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
ruby: ['3.0', '3.1', '3.2']
14-
redmine: ['5.0-stable', '5.1-stable', 'master']
13+
ruby: ['3.1', '3.2', '3.3']
14+
redmine: ['6.0-stable', 'master']
1515
db: ['postgres', 'mysql']
16-
exclude:
17-
- ruby: '3.2'
18-
redmine: 5.0-stable
1916
fail-fast: false
2017

2118
services:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
## Redmine Requirements
1111

12-
* Redmine version >= 5
12+
* Redmine version >= 6
1313
* Redmine Plugin: [additionals](https://github.com/alphanodes/additionals)
14-
* Ruby version >= 3.0
14+
* Ruby version >= 3.1
1515

1616
## HedgeDoc Requirements
1717

0 commit comments

Comments
 (0)