Skip to content

Commit a9b85bb

Browse files
committed
Update minimum PHP version to 7.1
1 parent 2caec84 commit a9b85bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
- name: PHPCS
99
run: docker run --rm -v $PWD:/code:ro domw/phpcs phpcs --colors --standard=Magento2 --report=full,summary,gitblame --extensions=php,phtml ./
1010
- name: compatibility
11-
run: docker run --rm -v $PWD:/code:ro domw/phpcompatibility phpcs --standard=PHPCompatibility --runtime-set testVersion 5.6-7.4 --colors --warning-severity=0 --report=full,summary --extensions=php,phtml ./
11+
run: docker run --rm -v $PWD:/code:ro domw/phpcompatibility phpcs --standard=PHPCompatibility --runtime-set testVersion 7.1-7.4 --colors --warning-severity=0 --report=full,summary --extensions=php,phtml ./

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"admin reindex"
1010
],
1111
"require": {
12-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
12+
"php": "~7.1.0|~7.1.3|~7.2.0|~7.3.0|~7.4.0",
1313
"magento/module-backend": "100.0.*|100.1.*|100.2.*|101.0.*|102.0.*",
1414
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*|103.0.*",
1515
"magepal/magento2-core":">1.1.8"

0 commit comments

Comments
 (0)