Skip to content

Commit

Permalink
Use same version of phpunit as GH ubuntu-latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Apr 29, 2024
1 parent aa000f6 commit bba13cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"wp-coding-standards/wpcs": "^3.1",
"phpcompatibility/phpcompatibility-wp": "*",
"php-parallel-lint/php-parallel-lint": "^1.3",
"yoast/phpunit-polyfills": "2.0.0"
"yoast/phpunit-polyfills": "2.0.0",
"phpunit/phpunit": "8.5.38"
},
"config": {
"allow-plugins": {
Expand All @@ -30,6 +31,9 @@
],
"fix-cs": [
"@php ./vendor/bin/phpcbf"
],
"test": [
"phpunit"
]
}
}

0 comments on commit bba13cd

Please sign in to comment.