8000 Windows CI: update setup-php-sdk to v0.10 and enable caching · phpredis/phpredis@f89d4d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f89d4d8

Browse files
committed
Windows CI: update setup-php-sdk to v0.10 and enable caching
1 parent 5f241d8 commit f89d4d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,13 @@ jobs:
270270
with:
271271
submodules: true
272272
- name: Install PHP ${{ matrix.php }}
273-
uses: php/setup-php-sdk@v0.8
273+
uses: php/setup-php-sdk@v0.10
274274
id: setup-php-sdk
275275
with:
276276
version: ${{ matrix.php }}
277277
arch: x64
278278
ts: ${{matrix.ts}}
279+
cache: true
279280
- name: Install dependencies
280281
uses: ilammy/msvc-dev-cmd@v1
281282
with:

0 commit comments

Comments
 (0)
0