From 73ee0625f977bf50bea0771c662ac3bd4303795f Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 30 Sep 2024 16:28:07 +0200 Subject: [PATCH] Update setup-php-sdk to v0.10 and enable caching --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8293056..a11e86a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,11 +97,12 @@ jobs: uses: actions/checkout@v3 - name: Setup PHP id: setup-php - uses: php/setup-php-sdk@v0.8 + uses: php/setup-php-sdk@v0.10 with: version: "${{ matrix.php-version }}" arch: "${{ matrix.arch }}" ts: "${{ matrix.ts }}" + cache: true - name: Download deps run: | curl -LO https://windows.php.net/downloads/pecl/deps/${{ matrix.libyaml }}-${{ matrix.arch }}.zip