Skip to content

Commit

Permalink
PHP 7.4 compatibility + old WP install tests script removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Dec 11, 2023
1 parent 15dcf53 commit 1896366
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 153 deletions.
153 changes: 0 additions & 153 deletions bin/install-wp-tests.sh

This file was deleted.

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"test": "vendor/bin/phpunit",
"coverage": "php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-html coverage",
"analyze": "vendor/bin/phpstan analyze",
"php74": "phpcs -p ./*.php includes/ --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 7.4",
"php81": "phpcs -p ./*.php includes/ --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.1",
"prepare": "wget -O build/translations.json http://api.wordpress.org/translations/core/1.0/",
"flags-png": "php bin/flags-png.php > flags/flags.php",
Expand Down

0 comments on commit 1896366

Please sign in to comment.