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.
2 parents 0b8dad2 + 3aecb62 commit d84b476Copy full SHA for d84b476
.github/workflows/testing.yml
@@ -6,12 +6,11 @@ on:
6
push:
7
branches:
8
- main
9
- - master
10
schedule:
11
- cron: '17 1 * * *' # Run every day on a seemly random time.
12
13
jobs:
14
test:
15
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
16
with:
17
- minimum-php: '7.4'
+ minimum-php: '7.2'
composer.json
@@ -12,7 +12,7 @@
}
],
"require": {
- "php": ">=7.4",
+ "php": ">=7.2",
"wp-cli/wp-cli": "^2",
"inmarelibero/gitignore-checker": "^1.0.4"
18
},
0 commit comments