Skip to content

Commit 572430f

Browse files
committed
Lower PHP requirement to 8.1
PHPStan 2.0 is in the works, and it will only support 8.1 and higher.
1 parent 8ae3daf commit 572430f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php:
17+
- '8.1'
18+
- '8.2'
1719
- '8.3'
1820
- '8.4'
1921

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["phpstan", "dev"],
55
"type": "phpstan-extension",
66
"require": {
7-
"php": "^8.2",
7+
"php": "^8.1",
88
"phpstan/phpstan": "^1.12.4"
99
},
1010
"license": "MIT",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)