Skip to content

Commit

Permalink
chore: set variables to extensions and key on cache settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tribiec committed Jan 25, 2024
1 parent dad03fc commit 1e06070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e06070

Please sign in to comment.