We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f48821 commit a9624fbCopy full SHA for a9624fb
.github/workflows/full-checks.yml
@@ -25,6 +25,7 @@ jobs:
25
- "8.1"
26
- "8.2"
27
- "8.3"
28
+ - "8.4"
29
operating-system:
30
- "ubuntu-22.04"
31
composer.json
@@ -3,7 +3,7 @@
3
"description": "Library to help make testing of PHPStan rules easier",
4
"type": "library",
5
"require": {
6
- "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
+ "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
7
"phpstan/phpstan": "^1.6"
8
},
9
"require-dev": {
0 commit comments