Skip to content

Commit e712ed8

Browse files
authored
minor: run cs-fixer/phpstan with lowest supported PHP (#1620)
1 parent ce60831 commit e712ed8

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.2
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.2
6165

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

0 commit comments

Comments
 (0)