Skip to content

Commit

Permalink
minor: run cs-fixer/phpstan with lowest supported PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Dec 7, 2024
1 parent ce60831 commit a335b38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
-
name: Install PHP
uses: "shivammathur/setup-php@v2"
with:
php-version: 8.2

-
name: Validate composer.json
Expand Down Expand Up @@ -58,6 +60,8 @@ jobs:

- name: Install PHP
uses: "shivammathur/setup-php@v2"
with:
php-version: 8.2

- name: Install Composer Dependencies
uses: "ramsey/composer-install@v2"
Expand Down

0 comments on commit a335b38

Please sign in to comment.