Skip to content

Commit

Permalink
Use PHP 'fork' to support PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jan 5, 2024
1 parent b6f2757 commit 4f73dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo $extension_version >> $env:GITHUB_ENV
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.7
uses: php/setup-php-sdk@v0.8
with:
version: ${{matrix.php}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit 4f73dc8

Please sign in to comment.