Skip to content

Commit

Permalink
Prepare 8.22.1 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 Mar 19, 2024
1 parent 26b4cde commit 2ab5afb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG-8.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## 8.22.1

Released: 2024-03-19

### Changes

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

#### Testbench Changes

##### Changes

* Run `ResetRefreshDatabaseState` via `tearDownTheTestEnvironmentUsingTestCase()` method.
* Check against `RefreshDatabaseState::$migrated` and `RefreshDatabaseState::$lazilyRefreshed` before loading migration paths to the instance of `migrator`.

##### Fixes

* Fixes `beforeApplicationDestroyed()` usage on `loadLaravelMigrations()` method.
* Fixes `RefreshDatabase` usage does not reset the database migrations between tests.
* Fixes `class_implements(): Class AllowDynamicProperties does not exist and could not be loaded` error on PHP 8.1 and lower.

## 8.22.0

Released: 2024-03-13
Expand Down

0 comments on commit 2ab5afb

Please sign in to comment.