Skip to content

Commit

Permalink
[9.x] Supports PHP 8.4 (#420)
Browse files Browse the repository at this point in the history
* [9.x] Supports PHP 8.4

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Nov 19, 2024
1 parent 4a510ed commit b25d4f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
php:
- 8.2
- 8.3
- 8.4
phpunit:
- "^11.0"
- "^10.5"
- "^11.3"
- "^11.4"
dependencies:
- "highest"
- "lowest"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"composer-runtime-api": "^2.2",
"fakerphp/faker": "^1.23",
"laravel/framework": "^11.31",
"mockery/mockery": "^1.6",
"mockery/mockery": "^1.6.10",
"orchestra/testbench-core": "^9.6",
"orchestra/workbench": "^9.8",
"phpunit/phpunit": "^10.5 || ^11.0.1",
"symfony/process": "^7.0",
"symfony/yaml": "^7.0",
"vlucas/phpdotenv": "^5.4.1"
"phpunit/phpunit": "^10.5.35 || ^11.3.6",
"symfony/process": "^7.0.3",
"symfony/yaml": "^7.0.3",
"vlucas/phpdotenv": "^5.6.1"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit b25d4f5

Please sign in to comment.