From 2ec1eb7319948b6a5b773b971796a300425f6920 Mon Sep 17 00:00:00 2001 From: Aleksei Lebedev <1329824+LastDragon-ru@users.noreply.github.com> Date: Sun, 7 Mar 2021 16:19:15 +0400 Subject: [PATCH] [github] PHP Unit: removed `composer-options: "--no-cache"` (see https://github.com/ramsey/composer-install/issues/79#issuecomment-791988162) --- .github/workflows/phpunit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index ca4a035a4..b21e4ffaf 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -76,7 +76,6 @@ jobs: - name: Install dependencies uses: "ramsey/composer-install@v1" with: - composer-options: "--no-cache" dependency-versions: ${{ matrix.dependencies }} - name: Execute run: |