From 4102b6df95d1f8be81c094b7f9155b9b48795f74 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Wed, 6 Dec 2023 11:25:53 +0800 Subject: [PATCH 1/5] wip --- CHANGELOG-7.x.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG-7.x.md b/CHANGELOG-7.x.md index af33efd..814a99f 100644 --- a/CHANGELOG-7.x.md +++ b/CHANGELOG-7.x.md @@ -10,6 +10,8 @@ Released: 2023-12-06 * Update minimum support for Testbench Core v7.37.0+. ([v7.36.0...v7.37.0](https://github.com/orchestral/testbench-core/compare/v7.36.0...v7.37.0)) +#### Testbench Changes + ##### Added * Supports Workbench `discovers.components` configuration. From 5e3020c2cb7fb3faa7960fcd5ffda864380ae73a Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 19 Dec 2023 08:48:53 +0800 Subject: [PATCH 2/5] wip Signed-off-by: Mior Muhammad Zaki --- composer.json | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 68d982c..6946880 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^7.3 || ^8.0", "laravel/framework": "^8.83.27", "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^6.44", + "orchestra/testbench-core": "^6.45", "phpunit/phpunit": "^8.5.21 || ^9.5.10", "spatie/laravel-ray": "^1.29.7" }, diff --git a/core b/core index 11ef385..b409d05 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 11ef38578a113f883543065fb7cdd6638a5a4e17 +Subproject commit b409d050a2366ea2131f919f37c6c0619ccf6395 From cca72a23ac93bfab1c88be3ad7590ef8a8c4766a Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 19 Dec 2023 08:51:23 +0800 Subject: [PATCH 3/5] Prepare 6.41.0 release Signed-off-by: Mior Muhammad Zaki --- CHANGELOG-6.x.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index aab8614..55dd6af 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -2,6 +2,23 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`. +## 6.41.0 + +Released: 2023-12-19 + +### Changes + +* Update minimum support for Testbench Core v6.45.0+. ([v6.44.0...v6.45.0](https://github.com/orchestral/testbench-core/compare/v6.44.0...v6.45.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`. + ## 6.40.0 Released: 2023-12-06 From 4c3805d24a529133bfd77750992e2b34736dbc26 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 19 Dec 2023 08:56:06 +0800 Subject: [PATCH 4/5] wip Signed-off-by: Mior Muhammad Zaki --- core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core b/core index c0b4983..826071e 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit c0b498350d9a869bec58a49b0b6450847295bafb +Subproject commit 826071e0993e0af3f7ac3972ac90e08eb955d469 From 04d89ac8d8a64d0d052f6069369433b03c474e56 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 19 Dec 2023 08:58:02 +0800 Subject: [PATCH 5/5] Prepare 7.38.0 release Signed-off-by: Mior Muhammad Zaki --- CHANGELOG-6.x.md | 2 +- CHANGELOG-7.x.md | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index 55dd6af..acaba6f 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -1,4 +1,4 @@ -# Change for 6.x +# Changes for 6.x This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench`. diff --git a/CHANGELOG-7.x.md b/CHANGELOG-7.x.md index 814a99f..38e119d 100644 --- a/CHANGELOG-7.x.md +++ b/CHANGELOG-7.x.md @@ -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