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:
|
with:
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
extensions: apcu, redis, sockets, zip
|
extensions: apcu, redis, sockets, zip
|
||||||
- uses: php-actions/composer@v6
|
- run: composer install
|
||||||
- uses: php-actions/phpunit@v3
|
- uses: php-actions/phpunit@v3
|
||||||
|
|
||||||
phpstan:
|
phpstan:
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
extensions: apcu, redis, sockets, zip
|
extensions: apcu, redis, sockets, zip
|
||||||
- uses: php-actions/composer@v6
|
- run: composer install
|
||||||
- uses: php-actions/phpstan@v3
|
- uses: php-actions/phpstan@v3
|
||||||
with:
|
with:
|
||||||
path: src/
|
path: src/
|
||||||
|
|
Loading…
Reference in a new issue