Skip to content

Commit adf63f8

Browse files
authored
Update setup-php-sdk version to 0.10 and enable cache
1 parent c33eabc commit adf63f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stable.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,13 @@ jobs:
6464
ref: ${{ env.ver }}
6565
- name: Setup PHP
6666
id: setup-php
67-
uses: cmb69/setup-php-sdk@v0.3
67+
uses: php/setup-php-sdk@v0.10
6868
with:
6969
version: ${{matrix.version}}
7070
arch: ${{matrix.arch}}
7171
ts: ${{matrix.ts}}
7272
deps: zlib
73+
cache: true
7374
- name: Download deps
7475
run: |
7576
curl -L https://github.com/lifenglsf/libmemcached-window-dll-lib/blob/main/${{matrix.arch}}.zip?raw=true -o ${{matrix.arch}}.zip

0 commit comments

Comments
 (0)