Skip to content

Commit

Permalink
Merge branch 'develop' into 9/php84
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Nov 19, 2024
2 parents 02a833a + e5640ff commit 4271418
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/strict-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- 8.3
- 8.4
phpunit:
- "~10.5.36"
- "~10.5.35"
- "~11.3.6"
- "~11.4.0"
dependencies:
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG-9.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## 9.9.0

Released: 2024-11-19

### Added

* Added support for `laravel/serializable-closure` v2.

### Changes

* Update minimum support for Testbench v9.6.0+. ([v9.5.0...v9.6.0](https://github.com/orchestral/testbench/compare/v9.5.0...v9.6.0))
* Update minimum support for Testbench Core v9.6.0+. ([v9.5.1...v9.6.0](https://github.com/orchestral/testbench-core/compare/v9.5.1...v9.6.0))

### Fixes

* Fixes default migrations for Laravel 11.

## 9.8.1

Released: 2024-10-26
Expand Down

0 comments on commit 4271418

Please sign in to comment.