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 db1385b commit 0d1cc31Copy full SHA for 0d1cc31
.github/workflows/phpstan-dev.yml
@@ -13,9 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
phpstan:
16
+ - '1.9.x-dev'
17
- '1.8.x-dev'
- - '1.7.x-dev'
18
- - '1.6.x-dev'
19
steps:
20
- name: "Checkout"
21
uses: "actions/checkout@v2"
composer.json
@@ -12,7 +12,7 @@
12
"require": {
"php": "^7.4 || ^8.0",
"symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
- "phpstan/phpstan": "^1.6.0",
+ "phpstan/phpstan": "^1.8.0",
"symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
"webflo/drupal-finder": "^1.2"
},
0 commit comments