Skip to content

Commit

Permalink
Prepare 7.12.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 Nov 12, 2022
1 parent cbcd189 commit 575053e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 7.12.1

Released: 2022-11-12

### Changes

* Update minimum support for Testbench Core v7.12.1+. ([v7.12.0...v7.12.1](https://github.com/orchestral/testbench-core/compare/v7.12.0...v7.12.1))

#### Testbench Changes

##### Fixes

* Fixes where the default database connection as `sqlite` causes an exception when the database file isn't available. The loaded application should revert to `testing` database connection for the state.

## 7.12.0

Released: 2022-11-12
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"fakerphp/faker": "^1.9.2",
"laravel/framework": "^9.36",
"mockery/mockery": "^1.5.1",
"orchestra/testbench-core": "^7.12",
"orchestra/testbench-core": "^7.12.1",
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ray": "^1.28",
"symfony/process": "^6.0.9",
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit 575053e

Please sign in to comment.