Skip to content

Commit 8958a77

Browse files
committed
PHP minimum version now 7.2.0
PHPUnit 8.0.0 requires this as a minimum PHP version, so we must match it.
1 parent 98b2d09 commit 8958a77

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/integrate.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919

2020
matrix:
2121
include:
22-
- php-version: "7.1"
23-
phpunit-version: "7.*"
24-
25-
- php-version: "7.2"
26-
phpunit-version: "7.*"
27-
2822
- php-version: "7.2"
2923
phpunit-version: "8.*"
3024

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.1",
19+
"php": ">=7.2",
2020
"phpunit/phpunit": "^8.0 || ^9.0"
2121
},
2222
"extra": {

0 commit comments

Comments
 (0)