Skip to content

Commit 0d1cc31

Browse files
committed
bump phpstan minimum to 1.8
1 parent db1385b commit 0d1cc31

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/phpstan-dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
phpstan:
16+
- '1.9.x-dev'
1617
- '1.8.x-dev'
17-
- '1.7.x-dev'
18-
- '1.6.x-dev'
1918
steps:
2019
- name: "Checkout"
2120
uses: "actions/checkout@v2"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.4 || ^8.0",
1414
"symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0",
15-
"phpstan/phpstan": "^1.6.0",
15+
"phpstan/phpstan": "^1.8.0",
1616
"symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0",
1717
"webflo/drupal-finder": "^1.2"
1818
},

0 commit comments

Comments
 (0)