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 Dec 2, 2024
1 parent 5a0f331 commit 5f3a8d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
php:
- 8.2
- 8.3
- 8.4
phpunit:
- "~10.5.0"
- "~11.3.0"
- "~11.4.0"
- "^10.5"
- "^11.3"
- "^11.4"
dependencies:
- "highest"
- "lowest"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"require": {
"php": "^8.2",
"laravel/browser-kit-testing": "^7.2",
"orchestra/testbench": "^9.5.2",
"symfony/dom-crawler": "^7.0"
"laravel/browser-kit-testing": "^7.2.2",
"orchestra/testbench": "^9.7",
"symfony/dom-crawler": "^7.0.3"
},
"require-dev": {
"laravel/pint": "^1.17",
Expand Down

0 comments on commit 5f3a8d2

Please sign in to comment.