Skip to content

Commit

Permalink
Merge branch 'develop' into 8.x
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 44914ed + 6d8fea6 commit 00d196d
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 3 deletions.
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
27 changes: 27 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## 8.6.2

Released: 2023-08-09

### Changes

* Update minimum support for Testbench Core v8.6.1+. ([v8.6.0...v8.6.1](https://github.com/orchestral/testbench-core/compare/v8.6.0...v8.6.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.

## 8.6.1

Released: 2023-08-08

### Changes

* Support Laravel Framework `10.18`.

## 8.6.0

Released: 2023-08-08
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"php": "^8.1",
"composer-runtime-api": "^2.2",
"fakerphp/faker": "^1.21",
"laravel/framework": ">=10.17.0 <10.18.0 || 10.x-dev",
"laravel/framework": ">=10.17.0 <10.19.0 || 10.x-dev",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": ">=8.6.0 <8.7.0 || 8.x-dev",
"orchestra/testbench-core": ">=8.6.1 <8.7.0 || 8.x-dev",
"phpunit/phpunit": "^9.6 || ^10.1",
"spatie/laravel-ray": "^1.32.4",
"symfony/process": "^6.2",
Expand Down

0 comments on commit 00d196d

Please sign in to comment.