Skip to content

Commit 726bde7

Browse files
authored
Update setup-php-sdk action (#696)
1 parent c9e7148 commit 726bde7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,12 @@ jobs:
141141
steps:
142142
- uses: actions/checkout@v2
143143
- id: setup-php-sdk
144-
uses: php/setup-php-sdk@v0.8
144+
uses: php/setup-php-sdk@v0.10
145145
with:
146146
version: ${{ matrix.php-versions }}
147147
arch: ${{ matrix.arch }}
148148
ts: ${{ matrix.ts }}
149+
cache: true
149150
- uses: ilammy/msvc-dev-cmd@v1
150151
with:
151152
arch: ${{ matrix.arch }}
@@ -311,4 +312,4 @@ jobs:
311312
go install google.golang.org/protobuf/cmd/[email protected]
312313
go install google.golang.org/grpc/cmd/[email protected]
313314
# export PATH="$PATH:$(go env GOPATH)/bin"
314-
cd collector-agent && go mod tidy && go test ./... -v
315+
cd collector-agent && go mod tidy && go test ./... -v

0 commit comments

Comments
 (0)