Skip to content

Commit a750c71

Browse files
committed
Update unit-tests.yml
1 parent 3f49e04 commit a750c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
if [[ "${{ matrix.php }}" > "8.1" ]]; then
9191
echo '::set-output name=PHPUNIT::10.*'
92-
elseif [[ "${{ matrix.php }}" > "8.0" ]]; then
92+
else
9393
echo '::set-output name=PHPUNIT::5.7.*||6.*||7.5.*'
9494
fi
9595

0 commit comments

Comments
 (0)