mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-19 08:25:44 +03:00
Tools: Move from Travis to GitHub Actions for CI checks (#154)
This commit is contained in:
parent
13a417ce8e
commit
ee8583d91d
4 changed files with 771 additions and 357 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue