Skip to content

Commit

Permalink
Update unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jun 10, 2023
1 parent 3f49e04 commit a750c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
if [[ "${{ matrix.php }}" > "8.1" ]]; then
echo '::set-output name=PHPUNIT::10.*'
elseif [[ "${{ matrix.php }}" > "8.0" ]]; then
else
echo '::set-output name=PHPUNIT::5.7.*||6.*||7.5.*'
fi
Expand Down

0 comments on commit a750c71

Please sign in to comment.