Skip to content

Commit 3aecb62

Browse files
committed
Bump to 7.2
1 parent f7b9898 commit 3aecb62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
test:
1414
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
1515
with:
16-
minimum-php: '7.1'
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.1",
15+
"php": ">=7.2",
1616
"wp-cli/wp-cli": "^2",
1717
"inmarelibero/gitignore-checker": "^1.0.4"
1818
},

0 commit comments

Comments
 (0)