Tools: Move from Travis to GitHub Actions for CI checks (#154)

This commit is contained in:
Kelly Dwan 2020-12-10 12:25:03 -05:00 committed by GitHub
parent 13a417ce8e
commit ee8583d91d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 771 additions and 357 deletions

View file

@ -17,10 +17,10 @@
"require": {},
"_comment" : "PHPUnit 7.x is the latest version that's compatible with Core, see https://core.trac.wordpress.org/ticket/46149",
"require-dev" : {
"dealerdirect/phpcodesniffer-composer-installer": "0.5.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wp-coding-standards/wpcs": "2.1.1",
"phpunit/phpunit" : "^7",
"spatie/phpunit-watcher" : "^1.12"
"phpunit/phpunit": "^7",
"spatie/phpunit-watcher": "^1.23"
},
"scripts": {
"phpcs": [