Skip to content

Commit 09df0c7

Browse files
committed
Update unit-tests.yml
1 parent 7cf0896 commit 09df0c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
- name: Determine supported PHPUnit version
8585
id: set_phpunit
8686
run: |
87-
if [[ "${{ matrix.php }}" > "8.1" ]]; then
88-
echo "PHPUNIT=10.*" >> $GITHUB_ENV
87+
if [[ "${{ matrix.php }}" > "8.0" ]]; then
88+
echo "PHPUNIT=9.*" >> $GITHUB_ENV
8989
else
9090
echo "PHPUNIT=5.7.*||6.*||7.5.*||8.5.*" >> $GITHUB_ENV
9191
fi

0 commit comments

Comments
 (0)