Skip to content

Commit 758a6c3

Browse files
committed
Updated PHPStan action
1 parent 58e6bd9 commit 758a6c3

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.github/workflows/quality.yaml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,22 @@ jobs:
1818
phpstan:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
22-
- uses: actions/cache@v3
23-
with:
24-
path: '**/vendor'
25-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
26-
restore-keys: |
27-
${{ runner.os }}-composer-
28-
- uses: php-actions/composer@v6
29-
with:
30-
args: --prefer-dist
31-
php_version: '8.2'
32-
php_extensions: zip
33-
34-
- name: PHPStan
35-
uses: php-actions/phpstan@v3
36-
with:
37-
path: src/
38-
level: 4
21+
- uses: actions/checkout@v3
22+
- uses: actions/cache@v3
23+
with:
24+
path: '**/vendor'
25+
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
26+
restore-keys: |
27+
${{ runner.os }}-composer-
28+
- uses: php-actions/composer@v6
29+
with:
30+
args: --prefer-dist
31+
php_version: '8.2'
32+
php_extensions: zip xdebug
33+
- name: PHPStan
34+
uses: php-actions/phpstan@v3
35+
with:
36+
path: src/
37+
level: 4
38+
php_version: '8.2'
39+
php_extensions: zip xdebug

0 commit comments

Comments
 (0)