Skip to content

Commit

Permalink
Merge branch '7.x' into develop
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 a7a79cc + 04d89ac commit 00f7447
Show file tree
Hide file tree
Showing 2 changed files with 19 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
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.21",
"laravel/framework": "^10.37.3",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "8.x-dev",
"orchestra/testbench-core": "^8.18",
"orchestra/workbench": "^1.2 || ^8.2",
"phpunit/phpunit": "^9.6 || ^10.1",
"symfony/process": "^6.2",
Expand Down

0 comments on commit 00f7447

Please sign in to comment.