We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f33e8 commit ed12922Copy full SHA for ed12922
7/tests/9/tests.sh
@@ -52,7 +52,7 @@ make git-clone url="${GIT_URL}" -f /usr/local/bin/actions.mk
52
latest_ver=$(git show-ref --tags | grep -P -o '(?<=refs/tags/)9\.[0-9]+\.[0-9]+$' | sort -rV | head -n1)
53
make git-checkout target="${latest_ver}" -f /usr/local/bin/actions.mk
54
55
-composer install -n
+COMPOSER_MEMORY_LIMIT=-1 composer install -n
56
# currently in conflict with D9 https://github.com/hechoendrupal/drupal-console/issues/4220
57
#composer require --dev drupal/console:@stable
58
composer require drush/drush
0 commit comments