Skip to content

Commit

Permalink
Prepare 8.18.0 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 Dec 19, 2023
1 parent 00f7447 commit dfe94da
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## 8.18.0

Released: 2023-12-19

### Changes

* Update minimum support for Testbench Core v8.18.0+. ([v8.17.0...v8.18.0](https://github.com/orchestral/testbench-core/compare/v8.17.0...v8.18.0))

#### Testbench Changes

##### Added

* Added `Orchestra\Testbench\Attributes\RequiresEnv` attribute to force an environment variables to be required for the test.
* Added `Orchestra\Testbench\Attributes\WithConfig` attribute add a configuration value for the test.
* Added `Orchestra\Testbench\Attributes\WithEnv` attribute add an environment variable value for the test.
* Added `set()` and `forget()` methods to `Orchestra\Testbench\Foundation\Env`.
* Improves support for testing with Pest using `orchestra/pest-plugin-testbench`.

##### Changes

* Bump minimum `laravel/framework` to `10.37.3`.

## 8.17.0

Released: 2023-12-06
Expand Down

0 comments on commit dfe94da

Please sign in to comment.