We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ab03f commit 9a72d1eCopy full SHA for 9a72d1e
.github/workflows/tests.yml
@@ -10,12 +10,9 @@ jobs:
10
11
strategy:
12
matrix:
13
- ruby: ['3.0', '3.1', '3.2']
14
- redmine: ['5.0-stable', '5.1-stable', 'master']
+ ruby: ['3.1', '3.2', '3.3']
+ redmine: ['6.0-stable', 'master']
15
db: ['postgres', 'mysql']
16
- exclude:
17
- - ruby: '3.2'
18
- redmine: 5.0-stable
19
fail-fast: false
20
21
services:
README.md
@@ -9,9 +9,9 @@
9
## Redmine Requirements
-* Redmine version >= 5
+* Redmine version >= 6
* Redmine Plugin: [additionals](https://github.com/alphanodes/additionals)
-* Ruby version >= 3.0
+* Ruby version >= 3.1
## HedgeDoc Requirements
0 commit comments