Skip to content

Commit

Permalink
Update setup-php-sdk to v0.10 and enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Sep 30, 2024
1 parent ecae192 commit 73ee062
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ jobs:
uses: actions/checkout@v3
- name: Setup PHP
id: setup-php
uses: php/setup-php-sdk@v0.8
uses: php/setup-php-sdk@v0.10
with:
version: "${{ matrix.php-version }}"
arch: "${{ matrix.arch }}"
ts: "${{ matrix.ts }}"
cache: true
- name: Download deps
run: |
curl -LO https://windows.php.net/downloads/pecl/deps/${{ matrix.libyaml }}-${{ matrix.arch }}.zip
Expand Down

0 comments on commit 73ee062

Please sign in to comment.