We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0320b68 commit 8881facCopy full SHA for 8881fac
.github/workflows/unit-tests.yml
@@ -59,6 +59,8 @@ jobs:
59
git config --global init.defaultBranch main
60
git config --global advice.detachedHead false
61
62
+ (php --ri relay 2>&1 > /dev/null) || sudo rm /etc/php/*/cli/conf.d/20-relay.ini
63
+
64
COMPOSER_HOME="$(composer config home)"
65
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
66
0 commit comments