Skip to content

Commit

Permalink
Prepare 9.7.1 release
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 Dec 5, 2024
2 parents 4b80025 + 0d153fb commit fc7ebe1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## 9.7.1

Released: 2024-12-05

### Changes

* Add support for PHPUnit 11.5.

### Fixes

* Fixes `usesSqliteInMemoryDatabaseConnection()` to be able to handled named in-memory SQLite connections.

## 9.7.0

Released: 2024-12-01
Expand Down Expand Up @@ -29,6 +41,18 @@ Released: 2024-12-01

* Deprecate `Orchestra\Testbench\Foundation\Console\Concerns\HandleTerminatingConsole` trait, use `Orchestra\Testbench\Foundation\Console\TerminatingConsole` class instead.

## 9.6.3

Released: 2024-12-05

### Changes

* Add support for PHPUnit 11.5.

### Fixes

* Fixes `usesSqliteInMemoryDatabaseConnection()` to be able to handled named in-memory SQLite connections.

## 9.6.2

Released: 2024-11-21
Expand Down

0 comments on commit fc7ebe1

Please sign in to comment.