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 26c4f94 commit 9d0c2fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test
on:
push:
pull_request:
workflow_dispatch:

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

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

Expand Down

0 comments on commit 9d0c2fb

Please sign in to comment.