Fixup?
This commit is contained in:
parent
ad482db299
commit
12cdca4fce
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
with:
|
||||
coverage: xdebug
|
||||
extensions: apcu, redis, sockets, zip
|
||||
- uses: php-actions/composer@v6
|
||||
- run: composer install
|
||||
- uses: php-actions/phpunit@v3
|
||||
|
||||
phpstan:
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
with:
|
||||
coverage: xdebug
|
||||
extensions: apcu, redis, sockets, zip
|
||||
- uses: php-actions/composer@v6
|
||||
- run: composer install
|
||||
- uses: php-actions/phpstan@v3
|
||||
with:
|
||||
path: src/
|
||||
|
|
Loading…
Reference in a new issue