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
The latter should bring a considerable performance improvement.
  • Loading branch information
cmb69 committed Nov 5, 2024
1 parent 4827074 commit cf7d8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,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: Fetch dependencies
run: |
curl -LO https://downloads.php.net/~windows/pecl/deps/pthreads-3.0.0-vs16-${{matrix.arch}}.zip
Expand Down

0 comments on commit cf7d8b3

Please sign in to comment.