Skip to content

Commit

Permalink
Updated GitHub actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Sep 25, 2021
1 parent cc739f9 commit b5d6823
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/phpstan-5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
args: --prefer-dist
php_version: 8.0

- name: PHPStan
uses: php-actions/phpstan@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phpstan-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
args: --prefer-dist
php_version: 8.0

- name: PHPStan
uses: php-actions/phpstan@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/phpstan-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
args: --prefer-dist
php_version: 8.0

- name: PHPStan
uses: php-actions/phpstan@v2
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
args: --prefer-dist
php_version: 8.0
- name: PHPStan
uses: php-actions/phpstan@v2
with:
path: src/
level: 4
php_version: 8.0
- name: PHPStan
uses: php-actions/phpstan@v2
with:
path: src/
level: 4
php_version: 8.0

0 comments on commit b5d6823

Please sign in to comment.