We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442a6a9 commit e1efcdfCopy full SHA for e1efcdf
.github/workflows/unit-tests.yml
@@ -113,6 +113,8 @@ jobs:
113
run: |
114
if [ "${{ startsWith( steps.phpunit_version.outputs.VERSION, '11.' ) }}" == "true" ]; then
115
echo 'FILE=phpunit.xml' >> "$GITHUB_OUTPUT"
116
+ elif [ "${{ startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}" == "true" ]; then
117
+ echo 'FILE=phpunit.xml' >> "$GITHUB_OUTPUT"
118
else
119
echo 'FILE=phpunit-lte9.xml' >> "$GITHUB_OUTPUT"
120
fi
0 commit comments