From 97f4418f78e6ac60a49e9e6ab47c568823dfd4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=E2=80=99Eschambeault?= Date: Mon, 16 Oct 2023 10:31:52 -0400 Subject: [PATCH] ci: composer cache doesn't change anything --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f316ecc..aeda66a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,12 +35,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Cache dependencies - uses: actions/cache@v3 - with: - path: ~/.composer/cache/files - key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }} - - name: Setup PHP uses: shivammathur/setup-php@v2 with: