Windows CI: update setup-php-sdk to v0.10 and enable caching

This commit is contained in:
Christoph M. Becker
2024-09-30 15:38:44 +02:00
parent 5f241d8913
commit f89d4d8f6e

View File

@@ -270,12 +270,13 @@ jobs:
with:
submodules: true
- name: Install PHP ${{ matrix.php }}
uses: php/setup-php-sdk@v0.8
uses: php/setup-php-sdk@v0.10
id: setup-php-sdk
with:
version: ${{ matrix.php }}
arch: x64
ts: ${{matrix.ts}}
cache: true
- name: Install dependencies
uses: ilammy/msvc-dev-cmd@v1
with: