Skip to content

Commit f7b9898

Browse files
committed
Require PHP 7.1 as per the dependencies
1 parent 62b621a commit f7b9898

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ on:
1212
jobs:
1313
test:
1414
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
15-
15+
with:
16+
minimum-php: '7.1'

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
}
1313
],
1414
"require": {
15+
"php": ">=7.1",
1516
"wp-cli/wp-cli": "^2",
1617
"inmarelibero/gitignore-checker": "^1.0.4"
1718
},

0 commit comments

Comments
 (0)