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 cf9d3bf commit 0c5ccfcCopy full SHA for 0c5ccfc
.github/workflows/lint.yml
@@ -13,8 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
php-version:
16
- - "5.3"
17
- - "8.0"
+ - "7.2"
+ - "8.3"
18
19
steps:
20
- name: "Checkout"
.github/workflows/phpstan.yml
@@ -44,6 +44,8 @@ jobs:
44
- name: "Install latest dependencies"
45
run: "composer update ${{ env.COMPOSER_FLAGS }}"
46
47
- - name: Run PHPStan
48
- run: |
49
- vendor/bin/phpstan analyse
+ - name: "Initialize PHPUnit sources"
+ run: "vendor/bin/simple-phpunit --filter NO_TEST_JUST_AUTOLOAD_THANKS"
+
50
+ - name: "Run PHPStan"
51
+ run: "composer phpstan"
0 commit comments