Skip to content

Commit 3f49e04

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
- name: Determine supported PHPUnit version
8888
id: set_phpunit
8989
run: |
90-
if [[ "${{ matrix.php }}" > "8.0" ]]; then
91-
echo '::set-output name=PHPUNIT::9.*'
92-
else
90+
if [[ "${{ matrix.php }}" > "8.1" ]]; then
91+
echo '::set-output name=PHPUNIT::10.*'
92+
elseif [[ "${{ matrix.php }}" > "8.0" ]]; then
9393
echo '::set-output name=PHPUNIT::5.7.*||6.*||7.5.*'
9494
fi
9595

0 commit comments

Comments
 (0)