Skip to content

Commit 9ae0c30

Browse files
Bump minimum supported version to PHP 7.4 (#87)
* Bump minimum supported version to PHP 7.4 * Bump Composer require statement too
1 parent bb734d0 commit 9ae0c30

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.4'

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.4",
1616
"wp-cli/wp-cli": "^2",
1717
"inmarelibero/gitignore-checker": "^1.0.2"
1818
},

0 commit comments

Comments
 (0)