Skip to content

Commit

Permalink
Prepare 9.0.3 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 Mar 26, 2024
1 parent edf1452 commit 345208c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# Changes for 8.x
# Changes for 9.x

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

## 9.0.3

Released: 2024-03-27

### Changes

* Update minimum support for Testbench Core v9.0.9+. ([v9.0.7...v9.0.9](https://github.com/orchestral/testbench-core/compare/v9.0.7...v9.0.9))
* Update minimum support for Laravel Framework `11.1.0`.

#### Testbench Changes

##### Changes

* Add support for `HASH_VERIFY` environment variables.

##### Fixes

* Force reset `RefreshDatabaseState` when using `LazilyRefreshDatabase` with SQLite `:in-memory:` database connections.

## 9.0.2

Released: 2024-03-25
Expand Down
2 changes: 1 addition & 1 deletion bin/sync
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php

$workingPath = getcwd();
$BRANCH = '9.x';
$BRANCH = '9.0.x';

require __DIR__.'/../vendor/autoload.php';

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"php": "^8.2",
"composer-runtime-api": "^2.2",
"fakerphp/faker": "^1.23",
"laravel/framework": "^11.0",
"laravel/framework": "^11.1",
"mockery/mockery": "^1.6",
"orchestra/testbench-core": "^9.0.7",
"orchestra/testbench-core": "^9.0.9",
"orchestra/workbench": "^9.0",
"phpunit/phpunit": "^10.5 || ^11.0.1",
"symfony/process": "^7.0",
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit 345208c

Please sign in to comment.