8000 minor: run cs-fixer/phpstan with lowest supported PHP · symfony/maker-bundle@96d4c59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96d4c59

Browse files
committed
minor: run cs-fixer/phpstan with lowest supported PHP
1 parent ce60831 commit 96d4c59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-static-analysis.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
-
2727
name: Install PHP
2828
uses: "shivammathur/setup-php@v2"
29+
with:
30+
php-version: 8.1
2931

3032
-
3133
name: Validate composer.json
@@ -58,6 +60,8 @@ jobs:
5860

5961
- name: Install PHP
6062
uses: "shivammathur/setup-php@v2"
63+
with:
64+
php-version: 8.1
6165

6266
- name: Install Composer Dependencies
6367
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)
0