mirror of
https://github.com/franklai/synologylyric.git
synced 2025-07-21 17:31:44 +00:00
ci: use php-actions/phpunit@v4
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: php-actions/composer@v6
|
||||
- uses: php-actions/phpunit@v3
|
||||
- uses: php-actions/phpunit@v4
|
||||
with:
|
||||
bootstrap: vendor/autoload.php
|
||||
args: --testdox tests
|
||||
|
Reference in New Issue
Block a user