Skip to content

Commit

Permalink
Prepare 8.10.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 12, 2023
1 parent 7ef6902 commit 55dd97d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`.

## 8.10.2

Released: 2023-09-12

### Changes

* Support Laravel Framework `10.23`.

## 8.10.1

Released: 2023-09-05
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^8.1",
"composer-runtime-api": "^2.2",
"fakerphp/faker": "^1.21",
"laravel/framework": ">=10.17.0 <10.23.0",
"laravel/framework": ">=10.17.0 <10.24.0",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": ">=8.10.0 <8.11.0",
"orchestra/workbench": "^0.2.6",
Expand Down
3 changes: 3 additions & 0 deletions testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ providers:
env:
APP_NAME: "Testbench"

migrations:
- workbench/database/migrations

purge:
directories: public/vendor/*

0 comments on commit 55dd97d

Please sign in to comment.