We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134da45 commit ab29100Copy full SHA for ab29100
.github/workflows/phpstan.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
18
with:
19
- php-version: '8.1'
+ php-version: '8.3'
20
coverage: none
21
22
- name: Install composer dependencies
23
uses: ramsey/composer-install@v3
24
25
- name: Run PHPStan
26
- run: ./vendor/bin/phpstan --error-format=github
+ run: ./vendor/bin/phpstan --error-format=github
0 commit comments