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 <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 1, 2024
2 parents 9589840 + 70d661a commit d8f4f40
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## 8.23.1

Released: 2024-06-01

### Changes

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

#### Testbench Changes

##### Changes

* Utilise `Orchestra\Testbench\package_path()` function instead of `TESTBENCH_WORKING_PATH` constant.

##### Fixes

* Fixes `Orchestra\Testbench\Attributes\RequiresLaravel` attribute usage.

## 8.23.0

Released: 2024-05-21
Expand All @@ -12,7 +30,7 @@ Released: 2024-05-21

#### Testbench Changes

###### Changes
##### Changes

* Uses `TESTBENCH_WORKING_PATH` from environment variable before fallback to `getcwd()`.
* PHPStan Improvements.
Expand Down

0 comments on commit d8f4f40

Please sign in to comment.