Skip to content

Commit

Permalink
Merge branch '8.x' into 9.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 Dec 19, 2023
2 parents 462fdf9 + 9537d2f commit 6851ad1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Change for 7.x
# Changes for 7.x

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

## 7.38.0

Released: 2023-12-19

### Changes

* Update minimum support for Testbench Core v7.38.0+. ([v7.37.0...v7.38.0](https://github.com/orchestral/testbench-core/compare/v7.37.0...v7.38.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`.

## 7.37.0

Released: 2023-12-06
Expand Down
24 changes: 23 additions & 1 deletion CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# Change for 8.x
# Changes for 8.x

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 6851ad1

Please sign in to comment.