File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,10 +267,10 @@ jobs:
267267 id : phpunit_version
268268 run : echo "VERSION=$(vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
269269
270- # PHPUnit 10 may fail a test run when the "old" configuration format is used.
270+ # PHPUnit 10+ may fail a test run when the "old" configuration format is used.
271271 # Luckily, there is a build-in migration tool since PHPUnit 9.3.
272272 - name : Migrate PHPUnit configuration for PHPUnit 10+
273- if : ${{ startsWith( steps.phpunit_version.outputs.VERSION, '10. ' ) }}
273+ if : ${{ startsWith( steps.phpunit_version.outputs.VERSION, '1 ' ) }}
274274 continue-on-error : true
275275 run : composer phpunit -- --migrate-configuration
276276
You can’t perform that action at this time.
0 commit comments