Skip to content

Commit

Permalink
Prepare 6.25.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 Oct 11, 2022
1 parent a65b90b commit 0516123
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache"

- name: Prepare Testbench
run: composer run prepare

- name: Execute tests
run: vendor/bin/phpunit

Expand Down Expand Up @@ -103,8 +100,5 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"
composer-options: "--prefer-dist --no-cache"

- name: Prepare Testbench
run: composer run prepare

- name: Execute tests
run: vendor/bin/phpunit
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.25.1

Released: 2022-10-11

### Changes

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

#### Testbench Changes

##### Fixes

* Remove `bootstrap/cache/packages.php` on vendor symlink event.

## 6.25.0

Released: 2022-08-24
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"php": "^7.3 || ^8.0",
"laravel/framework": "^8.75",
"mockery/mockery": "^1.4.4",
"orchestra/testbench-core": "^6.29",
"orchestra/testbench-core": "^6.29.1",
"phpunit/phpunit": "^8.5.21 || ^9.5.10",
"spatie/laravel-ray": "^1.26.2"
},
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit 0516123

Please sign in to comment.