Skip to content

Commit

Permalink
Do nothing on PHP 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 9, 2023
1 parent 53fc7f1 commit 355860b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
elif [[ $PHP_VERSION == "7.2" ]]; then
echo "Installing PHPUnit 8.5x"
composer require --ignore-platform-reqs --no-interaction --no-scripts phpunit/phpunit:^8.5 --with-dependencies
else
elif [[ $PHP_VERSION != "7.0" ]]; then
echo "Installing latest version of PHPUnit"
composer update --ignore-platform-reqs --no-interaction --no-scripts yoast/phpunit-polyfills --with-dependencies
fi
Expand Down

0 comments on commit 355860b

Please sign in to comment.