Skip to content

Commit

Permalink
Run tests every day to assure compatibility (#251)
Browse files Browse the repository at this point in the history
Because I run `composer update` in PHP workflow, it should help detect things like #249 earlier.
  • Loading branch information
spaze authored Feb 13, 2024
2 parents 6d49c14 + 179e952 commit d0b3d66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: PHP Tests

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '24 20 * * *'

jobs:
lint-phpcs-phpstan:
Expand Down

0 comments on commit d0b3d66

Please sign in to comment.