We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c158a8 commit 643af00Copy full SHA for 643af00
.github/workflows/tests-unit-php.yml
@@ -137,11 +137,6 @@ jobs:
137
with:
138
composer-options: '--prefer-dist --no-progress --no-interaction --no-scripts'
139
140
- - name: Update PHPUnit
141
- run: |
142
- echo "Installing latest version of PHPUnit"
143
- composer update --ignore-platform-reqs --no-interaction --no-scripts yoast/phpunit-polyfills --with-dependencies
144
-
145
- name: Composer dump autoload
146
run: composer dump-autoload --no-interaction
147
0 commit comments