Skip to content

Commit e1efcdf

Browse files
committed
ci(Unit Tests): ensure phpunit 10 runs with the correct config file.
1 parent 442a6a9 commit e1efcdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ jobs:
113113
run: |
114114
if [ "${{ startsWith( steps.phpunit_version.outputs.VERSION, '11.' ) }}" == "true" ]; then
115115
echo 'FILE=phpunit.xml' >> "$GITHUB_OUTPUT"
116+
elif [ "${{ startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}" == "true" ]; then
117+
echo 'FILE=phpunit.xml' >> "$GITHUB_OUTPUT"
116118
else
117119
echo 'FILE=phpunit-lte9.xml' >> "$GITHUB_OUTPUT"
118120
fi

0 commit comments

Comments
 (0)