Skip to content

Commit 0516123

Browse files
committed
Prepare 6.25.1 release
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent a65b90b commit 0516123

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
dependency-versions: "${{ matrix.dependencies }}"
5252
composer-options: "--prefer-dist --no-cache"
5353

54-
- name: Prepare Testbench
55-
run: composer run prepare
56-
5754
- name: Execute tests
5855
run: vendor/bin/phpunit
5956

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

106-
- name: Prepare Testbench
107-
run: composer run prepare
108-
109103
- name: Execute tests
110104
run: vendor/bin/phpunit

CHANGELOG-6.x.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

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

5+
## 6.25.1
6+
7+
Released: 2022-10-11
8+
9+
### Changes
10+
11+
* 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))
12+
13+
#### Testbench Changes
14+
15+
##### Fixes
16+
17+
* Remove `bootstrap/cache/packages.php` on vendor symlink event.
18+
519
## 6.25.0
620

721
Released: 2022-08-24

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.3 || ^8.0",
2121
"laravel/framework": "^8.75",
2222
"mockery/mockery": "^1.4.4",
23-
"orchestra/testbench-core": "^6.29",
23+
"orchestra/testbench-core": "^6.29.1",
2424
"phpunit/phpunit": "^8.5.21 || ^9.5.10",
2525
"spatie/laravel-ray": "^1.26.2"
2626
},

0 commit comments

Comments
 (0)