Skip to content

Commit

Permalink
Merge branch '9.3.x' into develop
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 13, 2024
2 parents dc667ae + e173ba7 commit 7e5f7df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## 9.3.1

Released: 2024-06-28

### Changes

* Update minimum support for Testbench v9.1.2+. ([v9.1.1...v9.1.2](https://github.com/orchestral/testbench/compare/v9.1.1...v9.1.2))
* Update minimum support for Testbench Core v9.1.3+. ([v9.1.2...v9.1.3](https://github.com/orchestral/testbench-core/compare/v9.1.2...v9.1.3))
* Provide Process's `$commandline` as `array` to leverage `proc_open()` on Symfony Process 7.1.

## 9.3.0

Released: 2024-06-02
Expand Down
2 changes: 1 addition & 1 deletion laravel/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US

APP_MAINTENANCE_DRIVER=file
APP_MAINTENANCE_STORE=database
# APP_MAINTENANCE_STORE=database

BCRYPT_ROUNDS=12

Expand Down
2 changes: 0 additions & 2 deletions src/DuskServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Orchestra\Testbench\Dusk;

use Illuminate\Support\ProcessUtils;
use Laravel\Dusk\OperatingSystem;
use Orchestra\Testbench\Dusk\Exceptions\UnableToStartServer;
use Symfony\Component\Process\PhpExecutableFinder;
use Symfony\Component\Process\Process;
Expand Down

0 comments on commit 7e5f7df

Please sign in to comment.