Skip to content

Commit

Permalink
Prepare 7.26.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 Aug 9, 2023
2 parents 19acd59 + 7f6bae2 commit 04181db
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG-6.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`.

## 6.29.1

Released: 2023-08-09

### Changes

* Update minimum support for Testbench Core v6.33.1+. ([v6.33.0...v6.33.1](https://github.com/orchestral/testbench-core/compare/v6.33.0...v6.33.1))

#### Testbench Changes

##### Added

* Add new `Orchestra\Testbench\Concerns\InteractsWithPHPUnit` to handle `CreatesApplication` within PHPUnit.

##### Fixes

* Fixes `workbench.start` path when accessing the `/` route return 404.
* Only Configure `TESTBENCH_APP_BASE_PATH` environment variable only when running under tests.

## 6.29.0

Released: 2023-08-08
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG-7.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`.

## 7.26.1

Released: 2023-08-09

### Changes

* Update minimum support for Testbench Core v7.26.1+. ([v7.26.0...v7.26.1](https://github.com/orchestral/testbench-core/compare/v7.26.0...v7.26.1))

#### Testbench Changes

##### Added

* Add new `Orchestra\Testbench\Concerns\InteractsWithPHPUnit` to handle `CreatesApplication` within PHPUnit.

##### Fixes

* Fixes `workbench.start` path when accessing the `/` route return 404.
* Only Configure `TESTBENCH_APP_BASE_PATH` environment variable only when running under tests.

## 7.26.0

Released: 2023-08-08
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fakerphp/faker": "^1.21",
"laravel/framework": "^9.52.9",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^7.26",
"orchestra/testbench-core": "^7.26.1",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ray": "^1.32.4",
"symfony/process": "^6.0.9",
Expand Down

0 comments on commit 04181db

Please sign in to comment.