diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-08-17 16:54:35 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-08-17 16:54:35 +0000 |
| commit | 24695063d1ba9a73ba92a44fae0813d5492cf29c (patch) | |
| tree | 4e24044e709eae1d6f1b89ec2aa68925447cd5d8 /spec/fixtures/php/composer | |
| parent | 887a0b7b9f4b04a36fc43f1a636d1160457559f0 (diff) | |
| parent | 0e1aa82507e9de6f9bf0d2bcd15dacdc59d7fe26 (diff) | |
Merge branch 'update-default-php' into 'master'v3.22.2
Update to PHP 7.4.8
See merge request gitlab-org/security-products/license-management!208
Diffstat (limited to 'spec/fixtures/php/composer')
| -rw-r--r-- | spec/fixtures/php/composer/drupal-core/setup.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spec/fixtures/php/composer/drupal-core/setup.sh b/spec/fixtures/php/composer/drupal-core/setup.sh index e945dd4..5c4e0cb 100644 --- a/spec/fixtures/php/composer/drupal-core/setup.sh +++ b/spec/fixtures/php/composer/drupal-core/setup.sh @@ -1,3 +1,7 @@ #!/bin/bash -l -composer install --no-cache --no-scripts --dev --verbose +set -ex + +dpkg -i /opt/toolcache/php*.deb +asdf reshim +composer install --no-cache --no-scripts --dev --verbose --ignore-platform-reqs |
