Skip to content

Commit

Permalink
Use testbench-core instead of testbench (#46)
Browse files Browse the repository at this point in the history
* Use `testbench-core` instead of `testbench`

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

* wip

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 Oct 23, 2024
1 parent 6edd775 commit 353ac12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install dependencies
run: |
composer update --prefer-dist --no-interaction --no-progress --with=illuminate/contracts=^${{ matrix.laravel }}
composer update --prefer-dist --no-interaction --no-progress --with=laravel/framework=^${{ matrix.laravel }}
- name: Execute tests
run: vendor/bin/pest
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@
"symfony/console": "^6.0|^7.0"
},
"require-dev": {
"laravel/framework": "^10.24|^11.0",
"laravel/pint": "^1.13",
"orchestra/testbench": "^8.12|^9.0",
"orchestra/testbench-core": "^8.12|^9.0",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-type-coverage": "^2.3",
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit 353ac12

Please sign in to comment.