Run PHP 8 as 7.4.99

This commit is contained in:
Nicolas Grekas 2020-05-23 14:14:15 +02:00
parent c4ac3c19c6
commit 232725243b
1 changed files with 1 additions and 2 deletions

View File

@ -262,9 +262,8 @@ install:
- | - |
# Set composer's platform to php 7.4 if we're on php 8. # Set composer's platform to php 7.4 if we're on php 8.
echo $PHP
if [[ $PHP = nightly ]]; then if [[ $PHP = nightly ]]; then
composer config platform.php 7.4.6 composer config platform.php 7.4.99
fi fi
- | - |