Skip to content

Commit 253cd14

Browse files
committed
Requested fixes
1 parent e3e0305 commit 253cd14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
pull_request:
55
jobs:
6-
phpcs:
6+
phpunit:
77
runs-on: ubuntu-latest
88
services:
99
mysql:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"phpcompatibility/phpcompatibility-wp": "*",
3333
"php-parallel-lint/php-parallel-lint": "^1.2",
3434
"wp-cli/i18n-command": "^2.2",
35-
"sebastian/phpcpd": "^3.0 || ^5.0 || ^6.0",
36-
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.5"
35+
"sebastian/phpcpd": "^3.0 || ^5.0 || ^6.0",
36+
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.5"
3737
},
3838
"prefer-stable" : true,
3939
"scripts": {

0 commit comments

Comments
 (0)