Skip to content

Commit d84b476

Browse files
authored
Merge pull request #111 from wp-cli/try/php72
Lower PHP version requirement to 7.2
2 parents 0b8dad2 + 3aecb62 commit d84b476

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ on:
66
push:
77
branches:
88
- main
9-
- master
109
schedule:
1110
- cron: '17 1 * * *' # Run every day on a seemly random time.
1211

1312
jobs:
1413
test:
1514
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
1615
with:
17-
minimum-php: '7.4'
16+
minimum-php: '7.2'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.4",
15+
"php": ">=7.2",
1616
"wp-cli/wp-cli": "^2",
1717
"inmarelibero/gitignore-checker": "^1.0.4"
1818
},

0 commit comments

Comments
 (0)