Skip to content

Commit 8cfb990

Browse files
Merge pull request #385 from 10up/dependabot/composer/composer-73a4f1667a
Bump phpunit/phpunit from 9.4.4 to 9.6.33 in the composer group across 1 directory
2 parents 327cee5 + 43faff7 commit 8cfb990

3 files changed

Lines changed: 214 additions & 539 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
files: |
3131
**/*.php
32+
composer.json
33+
composer.lock
34+
phpunit.xml
3235
3336
- id: files-changed
3437
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"license": "GPL-2.0-or-later",
1414
"require-dev": {
1515
"10up/phpcs-composer": "dev-master",
16-
"phpunit/phpunit": "9.4.4",
16+
"phpunit/phpunit": "9.6.33",
1717
"yoast/phpunit-polyfills": "1.x-dev"
1818
},
1919
"scripts": {

0 commit comments

Comments
 (0)