From 4dd8e179f04316616baa29697cfe899a024fcd0d Mon Sep 17 00:00:00 2001 From: Richard BAYET Date: Sun, 18 Aug 2024 10:59:03 +0200 Subject: [PATCH] [Tools] CI: prevent composer cache cross-versions contamination --- .github/workflows/02-phpstan.yml | 2 -- .github/workflows/20-integration.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/02-phpstan.yml b/.github/workflows/02-phpstan.yml index a3939d421..101bc078c 100644 --- a/.github/workflows/02-phpstan.yml +++ b/.github/workflows/02-phpstan.yml @@ -91,8 +91,6 @@ jobs: key: composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }} restore-keys: | composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }} - composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}- - composer-${{ matrix.php-versions }}- - name: "[Init] Cache Magento install" id: magento-cache diff --git a/.github/workflows/20-integration.yml b/.github/workflows/20-integration.yml index 1190a89f2..28f3d526b 100644 --- a/.github/workflows/20-integration.yml +++ b/.github/workflows/20-integration.yml @@ -145,8 +145,6 @@ jobs: key: composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }} restore-keys: | composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}-${{ matrix.magento-versions }} - composer-${{ matrix.php-versions }}-${{ matrix.magento-editions }}- - composer-${{ matrix.php-versions }}- - name: "[Init] Cache Sample data repo" id: sampledata-cache