Skip to content

Commit 55efa09

Browse files
committed
No longer test the Tests for PHP 7.0 compatibility, scan them for 7.1 compatibility and up for now.
1 parent 76b6107 commit 55efa09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ check: checkstyle checkquality test
1212
checkstyle:
1313
vendor/bin/php-cs-fixer fix --dry-run --diff --stop-on-violation --allow-risky=yes
1414
vendor/bin/phpcs --standard=Magento2 --ignore=./vendor/ .
15-
vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.0- --ignore=./vendor/ .
15+
vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.0- --ignore=./vendor/,./Test/ .
16+
vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.1- ./Test/
1617
composer normalize --dry-run
1718

1819
.PHONY: checkquality

0 commit comments

Comments
 (0)