Skip to content

Commit 137e895

Browse files
Merge pull request #5 from DaveLiddament/bump/php8.4
ADD support for PHP8.4
2 parents 2f48821 + a9624fb commit 137e895

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/full-checks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "8.1"
2626
- "8.2"
2727
- "8.3"
28+
- "8.4"
2829
operating-system:
2930
- "ubuntu-22.04"
3031

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Library to help make testing of PHPStan rules easier",
44
"type": "library",
55
"require": {
6-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
6+
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
77
"phpstan/phpstan": "^1.6"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)