Skip to content

Commit

Permalink
Add PHP 8.4 support, drop PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 12, 2024
1 parent 3399679 commit 7a64a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "highest"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"phpstan/phpstan": "^2.0.1"
},
"require-dev": {
Expand Down

0 comments on commit 7a64a78

Please sign in to comment.