Skip to content

Commit

Permalink
Prepare 6.29.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 10, 2023
1 parent 7f6bae2 commit 6c73e85
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG-6.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`.

## 6.29.2

Released: 2023-08-10

### Changes

* Update minimum support for Testbench Core v6.33.2+. ([v6.33.1...v6.33.2](https://github.com/orchestral/testbench-core/compare/v6.33.1...v6.33.2))

#### Testbench Changes

##### Fixes

* Fixes `app()->environment()` detection when creating application `Orchestra\Testbench\Concerns\CreatesApplication` outside of `PHPUnit`.

## 6.29.1

Released: 2023-08-09
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": "^7.3 || ^8.0",
"laravel/framework": "^8.83.27",
"mockery/mockery": "^1.4.4",
"orchestra/testbench-core": "^6.33.1",
"orchestra/testbench-core": "^6.33.2",
"phpunit/phpunit": "^8.5.21 || ^9.5.10",
"spatie/laravel-ray": "^1.29.7"
},
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit 6c73e85

Please sign in to comment.