Skip to content

Commit a91af05

Browse files
committed
Prepare 8.23.2 release
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 70d661a commit a91af05

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG-8.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## 8.23.2
6+
7+
Released: 2024-06-04
8+
9+
### Changes
10+
11+
* Update minimum support for Testbench Core v8.24.3+. ([v8.24.2...v8.24.3](https://github.com/orchestral/testbench-core/compare/v8.24.2...v8.24.3))
12+
13+
#### Testbench Changes
14+
15+
##### Fixes
16+
17+
* Fixes `Orchestra\Testbench\Workench\Workbench::applicationExceptionHandler()` usage to detect `Workbench\App\Exceptions\Handler` class.
18+
519
## 8.23.1
620

721
Released: 2024-06-01

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fakerphp/faker": "^1.21",
2626
"laravel/framework": "^10.48.10",
2727
"mockery/mockery": "^1.5.1",
28-
"orchestra/testbench-core": "^8.24.2",
28+
"orchestra/testbench-core": "^8.24.3",
2929
"orchestra/workbench": "^1.4.1 || ^8.5",
3030
"phpunit/phpunit": "^9.6 || ^10.1",
3131
"symfony/process": "^6.2",

core

0 commit comments

Comments
 (0)