Skip to content

Commit

Permalink
Update to setup-php-sdk v0.10, and enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Nov 23, 2024
1 parent 77dd7c1 commit ba98ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ jobs:
uses: actions/checkout@v4
- name: Setup PHP
id: setup-php
uses: php/setup-php-sdk@v0.9
uses: php/setup-php-sdk@v0.10
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
ts: ${{matrix.ts}}
cache: true
- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down

0 comments on commit ba98ff4

Please sign in to comment.