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 f7b9898 commit 3aecb62Copy full SHA for 3aecb62
.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.2'
composer.json
@@ -12,7 +12,7 @@
12
}
],
"require": {
- "php": ">=7.1",
+ "php": ">=7.2",
"wp-cli/wp-cli": "^2",
17
"inmarelibero/gitignore-checker": "^1.0.4"
18
},
0 commit comments