Skip to content

Commit

Permalink
Prepare for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
koehnlein committed Jul 8, 2024
1 parent 923bf6b commit c155251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "highest"
- "lowest"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*",
"codeception/codeception": "^5.0",
"guzzlehttp/guzzle": "^6.1 || ^7.0"
Expand Down

0 comments on commit c155251

Please sign in to comment.