Skip to content

Commit

Permalink
Update Github actions for Redmine 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yzzy committed Mar 28, 2024
1 parent bd770a2 commit 1286525
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
redmine: ['5.0.8', '5.1.2']
ruby: ['2.7', '3.0', '3.1', '3.2']
redmine: ['4.2.11', '5.0.8', '5.1.2']
db: ['postgres', 'mysql']
exclude:
- redmine: 4.2.11
ruby: [ '3.0', '3.1', '3.2']
- redmine: 5.0.8
ruby: 3.2
fail-fast: false
Expand Down

0 comments on commit 1286525

Please sign in to comment.