We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e0305 commit 253cd14Copy full SHA for 253cd14
.github/workflows/phpunit.yml
@@ -3,7 +3,7 @@ on:
3
push:
4
pull_request:
5
jobs:
6
- phpcs:
+ phpunit:
7
runs-on: ubuntu-latest
8
services:
9
mysql:
composer.json
@@ -32,8 +32,8 @@
32
"phpcompatibility/phpcompatibility-wp": "*",
33
"php-parallel-lint/php-parallel-lint": "^1.2",
34
"wp-cli/i18n-command": "^2.2",
35
- "sebastian/phpcpd": "^3.0 || ^5.0 || ^6.0",
36
- "phpunit/phpunit": "^5.0 || ^6.0 || ^7.5"
+ "sebastian/phpcpd": "^3.0 || ^5.0 || ^6.0",
+ "phpunit/phpunit": "^5.0 || ^6.0 || ^7.5"
37
},
38
"prefer-stable" : true,
39
"scripts": {
0 commit comments