Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain authored May 13, 2024
1 parent 5fda830 commit 4fdc81e
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,13 +11,13 @@ on:
- master

schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 0"

jobs:
test:
strategy:
matrix:
rvm: ["3.0", "3.1", "3.2", "ruby-head"]
rvm: ["3.0", "3.1", "3.2", "3.3", "ruby-head"]
rack: ["3-0-stable"]

runs-on: ubuntu-latest
Expand Down

0 comments on commit 4fdc81e

Please sign in to comment.