Skip to content

Commit

Permalink
Update Github actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
yzzy committed Mar 28, 2024
1 parent 71ef141 commit 4f3727d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test
on:
push:
pull_request:
workflow_dispatch:

jobs:
test:
Expand All @@ -10,8 +11,8 @@ jobs:

strategy:
matrix:
ruby: ['2.7', '3.2']
redmine: ['5.0.8', '5.1.2']
ruby: ['3.2']
redmine: ['5.1.2']
db: ['postgres', 'mysql']
fail-fast: false

Expand Down

0 comments on commit 4f3727d

Please sign in to comment.