Skip to content

Commit

Permalink
Add support for PHP 8.4 (#31)
Browse files Browse the repository at this point in the history
This commit adds support for PHP 8.4 and updates a few dependencies. The Collection types are now specified to improve PHPStan analysis.
  • Loading branch information
Jeroenwv authored Nov 29, 2024
1 parent aaf3245 commit b6de98f
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 111 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
},
"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",
"ext-json": "*",
"ext-curl": "*",
"psr/http-message": "^2.0"
Expand Down
Loading

0 comments on commit b6de98f

Please sign in to comment.