From 7b37c4ec8fcfe9499dbdc735d14ec44c7ba16f81 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 25 Mar 2024 19:19:57 +0100 Subject: [PATCH] Update GitHub CI workflow config --- .github/workflows/ci.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93f3bfaed3..d17b67ac5b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,16 +112,6 @@ jobs: extensions: mbstring, intl, pdo, pdo_sqlite, sqlite3 ini-values: date.timezone=UTC - - name: Get Composer cache directory - id: composer-cache - run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - - - name: Mount PHP dependencies cache - uses: actions/cache@v4 - with: - path: ${{ steps.composer-cache.outputs.dir }} - key: ${{ runner.os }}-php-${{ matrix.php_version }}-symfony-${{ matrix.symfony_version }}-${{ matrix.stability }} - - name: symfony/flex is required to install the correct symfony version if: ${{ matrix.symfony_version }} run: |