Skip to content

Commit 84a8ebf

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 7ef7606 commit 84a8ebf

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG-4.x.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

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

5+
## 4.17.0
6+
7+
Released: 2021-05-25
8+
9+
### Changes
10+
11+
* Update minimum support for Testbench Core v4.17.0+. ([v4.16.0...v4.17.0](https://github.com/orchestral/testbench-core/compare/v4.16.0...v4.17.0))
12+
513

614
## 4.16.0
715

816
Released: 2021-02-21
917

1018
### Changes
1119

12-
* Update minimum support for Testbench Core v4.15.0+. ([v4.14.0...v4.15.0](https://github.com/orchestral/testbench-core/compare/v4.14.0...v4.15.0))
20+
* Update minimum support for Testbench Core v4.16.0+. ([v4.14.0...v4.16.0](https://github.com/orchestral/testbench-core/compare/v4.14.0...v4.16.0))
1321

1422
## 4.15.0
1523

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.2.5 || ^8.0",
2121
"laravel/framework": "^7.30.3",
2222
"mockery/mockery": "^1.3.3 || ^1.4.2",
23-
"orchestra/testbench-core": "^5.19",
23+
"orchestra/testbench-core": "^5.20",
2424
"phpunit/phpunit": "^8.4 || ^9.3.3"
2525
},
2626
"provides": {

phpunit.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
<directory suffix="Test.php">./core/tests/</directory>
2222
</testsuite>
2323
</testsuites>
24+
<groups>
25+
<exclude>
26+
<group>commander</group>
27+
<group>core</group>
28+
</exclude>
29+
</groups>
2430
<php>
2531
<server name="APP_ENV" value="testing"/>
2632
<server name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>

0 commit comments

Comments
 (0)