We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb734d0 commit 9ae0c30Copy full SHA for 9ae0c30
.github/workflows/testing.yml
@@ -13,4 +13,4 @@ jobs:
13
test:
14
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
15
with:
16
- minimum-php: '7.1'
+ minimum-php: '7.4'
composer.json
@@ -12,7 +12,7 @@
12
}
],
"require": {
- "php": ">=7.1",
+ "php": ">=7.4",
"wp-cli/wp-cli": "^2",
17
"inmarelibero/gitignore-checker": "^1.0.2"
18
},
0 commit comments