mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 03:59:11 +00:00
We don't want the composer lock file for PHP8
This commit is contained in:
@@ -15,6 +15,7 @@ cache:
|
||||
before_script:
|
||||
# Deactivate xdebug
|
||||
- if [[ $TRAVIS_PHP_VERSION != nightly ]]; then phpenv config-rm xdebug.ini; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION == nightly ]]; then rm composer.lock; fi
|
||||
- if [[ $TRAVIS_PHP_VERSION == nightly ]]; then cp composer.php8.json composer.json; fi
|
||||
- composer install --ignore-platform-reqs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user