Skip to content

Commit

Permalink
Merge pull request #5 from DaveLiddament/bump/php8.4
Browse files Browse the repository at this point in the history
ADD support for PHP8.4
  • Loading branch information
DaveLiddament authored Oct 26, 2024
2 parents 2f48821 + a9624fb commit 137e895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/full-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
operating-system:
- "ubuntu-22.04"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Library to help make testing of PHPStan rules easier",
"type": "library",
"require": {
"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",
"phpstan/phpstan": "^1.6"
},
"require-dev": {
Expand Down

0 comments on commit 137e895

Please sign in to comment.