Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 9d7fceb

Browse files
committed
Merge branch 'phpunit-9'
2 parents 3b218fb + 42f55e8 commit 9d7fceb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['7.2', '7.3', '7.4']
13+
php: ['7.3', '7.4']
1414
name: PHP ${{ matrix.php }}
1515
steps:
1616
- name: Checkout

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Phony for PHPUnit changelog
22

3+
## 7.0.0 (2020-02-12)
4+
5+
- **[BC BREAK]** Dropped support for PHPUnit `8.x`.
6+
- **[NEW]** Added support for PHPUnit `9.x`.
7+
38
## 6.0.0 (2020-01-06)
49

510
This release uses *Phony* `4.x`. There no BC breaking API changes aside from

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.2",
15+
"php": ">=7.3",
1616
"eloquent/phony": "^4",
17-
"phpunit/phpunit": "^8"
17+
"phpunit/phpunit": "^9"
1818
},
1919
"require-dev": {
2020
"eloquent/code-style": "^1",

0 commit comments

Comments
 (0)