We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 327cee5 + 43faff7 commit 8cfb990Copy full SHA for 8cfb990
3 files changed
.github/workflows/phpunit.yml
@@ -29,6 +29,9 @@ jobs:
29
with:
30
files: |
31
**/*.php
32
+ composer.json
33
+ composer.lock
34
+ phpunit.xml
35
36
- id: files-changed
37
run: |
composer.json
@@ -13,7 +13,7 @@
13
"license": "GPL-2.0-or-later",
14
"require-dev": {
15
"10up/phpcs-composer": "dev-master",
16
- "phpunit/phpunit": "9.4.4",
+ "phpunit/phpunit": "9.6.33",
17
"yoast/phpunit-polyfills": "1.x-dev"
18
},
19
"scripts": {
0 commit comments