1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 09:34:04 +00:00

add setup-php to phpstan job

This commit is contained in:
Samuel Štancl 2023-01-06 02:44:37 +01:00
parent 48fc63fe02
commit 21d55ef472

View file

@ -107,6 +107,11 @@ jobs:
name: Static analysis (PHPStan)
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: imagick, swoole
- uses: actions/checkout@v2
- name: Install composer dependencies
run: composer install