Skip to content

Commit

Permalink
Merge pull request #304 from krakjoe/florian/windows-php-8.3
Browse files Browse the repository at this point in the history
switch to `php/setup-php-sdk` action for Windows
  • Loading branch information
realFlowControl authored Jun 6, 2024
2 parents be21b5c + 60f54b3 commit 61f9c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.7
uses: php/setup-php-sdk@v0.8
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit 61f9c04

Please sign in to comment.