Skip to content

Commit

Permalink
Run tests with Redmine 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Nov 12, 2024
1 parent 746493c commit bd57da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

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

Expand Down

0 comments on commit bd57da2

Please sign in to comment.