Skip to content

Commit

Permalink
Update setup-php-sdk action (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu authored Nov 6, 2024
1 parent c9e7148 commit 726bde7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: setup-php-sdk
uses: php/setup-php-sdk@v0.8
uses: php/setup-php-sdk@v0.10
with:
version: ${{ matrix.php-versions }}
arch: ${{ matrix.arch }}
ts: ${{ matrix.ts }}
cache: true
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: ${{ matrix.arch }}
Expand Down Expand Up @@ -311,4 +312,4 @@ jobs:
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
# export PATH="$PATH:$(go env GOPATH)/bin"
cd collector-agent && go mod tidy && go test ./... -v
cd collector-agent && go mod tidy && go test ./... -v

0 comments on commit 726bde7

Please sign in to comment.