Browse Source

improve name of pipeline step

pull/284/head
SteelWagstaff 4 years ago
parent
commit
577ed51708
  1. 2
      .github/workflows/.pipeline.yml

2
.github/workflows/.pipeline.yml

@ -103,7 +103,7 @@ jobs:
run: composer test
if: matrix.experimental == true && matrix.wordpress != 'trunk'
- name: Run PHP Tests
- name: Run PHP Tests with PHPUnit 9
run: |
composer remove --dev phpunit/phpunit
composer update --dev yoast/phpunit-polyfills --with-dependencies --ignore-platform-reqs

Loading…
Cancel
Save