From 1e06070d5ee9699fb1e767fbf47e6cc3c260c750 Mon Sep 17 00:00:00 2001 From: Carlos Tribiec Date: Thu, 25 Jan 2024 16:31:55 -0400 Subject: [PATCH] chore: set variables to extensions and key on cache settings --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 896a0da2..4e2847e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,8 @@ jobs: uses: shivammathur/cache-extensions@v1 with: php-version: ${{ matrix.php-versions }} - extensions: ${{ env.PHP_EXTENSIONS }} - key: ${{ env.key }} + extensions: mbstring, xml, ctype, iconv, pcov + key: cache-v1 - name: Set up PHP uses: shivammathur/setup-php@v2 with: