Skip to content

Commit

Permalink
Adjust tests on github
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 14, 2024
1 parent c0ab03f commit 9a72d1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
redmine: ['5.0-stable', '5.1-stable', 'master']
ruby: ['3.1', '3.2', '3.3']
redmine: ['6.0-stable', 'master']
db: ['postgres', 'mysql']
exclude:
- ruby: '3.2'
redmine: 5.0-stable
fail-fast: false

services:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9a72d1e

Please sign in to comment.