mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Windows CI: update setup-php-sdk to v0.10 and enable caching
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user