Skip to content

Commit

Permalink
Downgrade PHPUnit to 9.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Sep 21, 2023
1 parent a6cd34a commit a51a6b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ jobs:
run: composer install -n
working-directory: wordpress

- name: Downgrade PHPUnit
run: composer require --dev -n phpunit/phpunit:9.6.12
working-directory: wordpress

- name: Install npm dependencies
run: npm ci
working-directory: wordpress
Expand Down

0 comments on commit a51a6b7

Please sign in to comment.