This commit is contained in:
Greyscale 2024-08-07 14:34:52 +02:00
parent ad482db299
commit 12cdca4fce

View file

@ -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/