Skip to content

Commit

Permalink
Prepare 9.5.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Oct 5, 2024
1 parent c0ebe27 commit 3ed6316
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## 9.5.1

Released: 2024-10-05

### Changes

* Update minimum support for Testbench Core v9.5.2+. ([v9.5.0...v9.5.2](https://github.com/orchestral/testbench-core/compare/v9.5.0...v9.5.2))

#### Testbench Changes

##### Changes

* Listen to `SIGHUP`, `SIGUSR1`, and `SIGUSR2` signals via Testbench CLI.
* Update `config/concurrency.php` configuration file.

##### Fixes

* Fixes Testbench CLI signals via `serve` command to reset published `.env` and `testbench.yaml`.

## 9.5.0

Released: 2024-09-23
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"fakerphp/faker": "^1.23",
"laravel/framework": "^11.11",
"mockery/mockery": "^1.6",
"orchestra/testbench-core": "^9.5",
"orchestra/testbench-core": "^9.5.2",
"orchestra/workbench": "^9.6",
"phpunit/phpunit": "^10.5 || ^11.0.1",
"symfony/process": "^7.0",
Expand Down

0 comments on commit 3ed6316

Please sign in to comment.