Skip to content

Commit c23cc33

Browse files
committed
Remove PHP 7.1 support, remove PCOV
PCOV has no option to ignore missing classes, cannot work with modules
1 parent 3d0b7a9 commit c23cc33

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
operating-system:
1717
- ubuntu-latest
1818
php-versions:
19-
- '7.1'
2019
- '7.2'
2120
- '7.3'
2221
- '7.4'
@@ -45,7 +44,3 @@ jobs:
4544
- name: Install dependencies
4645
if: steps.composer-cache.outputs.cache-hit != 'true'
4746
run: composer install --prefer-dist --no-progress --no-suggest
48-
- name: Setup and run PCOV
49-
run: |
50-
composer require pcov/clobber
51-
vendor/bin/pcov clobber

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "~7.1.0|~7.2.0|~7.3.0|~7.4.0",
12+
"php": "~7.2.0|~7.3.0|~7.4.0",
1313
"aws/aws-sdk-php": "^3.110"
1414
},
1515
"type": "magento2-module",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)