Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 18, 2024
1 parent 8706004 commit 6b04952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- '8.0'
- 8.1
- 8.2
- 8.3
phpunit:
- "9.x"
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"php": "^8.0",
"fakerphp/faker": "^1.21",
"laravel/framework": "^9.52.16",
"laravel/framework": "^9.52.17",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^7.47.2",
"orchestra/testbench-core": "^7.48",
"orchestra/workbench": "^7.10",
"phpunit/phpunit": "^9.5.10",
"symfony/process": "^6.0.9",
Expand Down

0 comments on commit 6b04952

Please sign in to comment.