From 238b85753229bdecbcccc705dd8aeb17b51317fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:50:40 +0100 Subject: [PATCH] ci: Simplify the PHP installation (#59) --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6171da7..55347b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,9 +27,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - extensions: intl, bcmath, curl, openssl, mbstring - ini-values: memory_limit=-1 - tools: composer, php-cs-fixer + tools: php-cs-fixer coverage: none - name: Run PHP-CS-Fixer fix @@ -72,8 +70,6 @@ jobs: with: php-version: ${{ matrix.php }} tools: composer, flex - extensions: intl, bcmath, curl, openssl, mbstring - ini-values: memory_limit=-1 - name: Install Composer dependencies (${{ matrix.dependencies }}) uses: ramsey/composer-install@v1