Merge pull request #9452 from annando/issue-9451
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 24 Oct 2020 17:06:38 +0000 (13:06 -0400)
committerGitHub <noreply@github.com>
Sat, 24 Oct 2020 17:06:38 +0000 (13:06 -0400)
Issue 9451: We now do store the tab in a config again

.github/workflows/php.yml

index cf1ad13..91a8b60 100644 (file)
@@ -37,7 +37,7 @@ jobs:
         uses: shivammathur/setup-php@v2
         with:
           php-version: ${{ matrix.php-versions }}
-          tools: pecl
+          tools: pecl, composer:v1
           extensions: pdo_mysql, gd, zip, opcache, ctype, pcntl, ldap, apcu, memcached, redis, imagick, memcache
           coverage: xdebug
           ini-values: apc.enabled=1, apc.enable_cli=1