Skip to content

Commit

Permalink
Added php-8.4 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alphp committed Nov 28, 2024
1 parent 31bbdb3 commit 399e645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
shell: cmd
strategy:
matrix:
version: ["8.0", "8.1", "8.2", "8.3"]
version: ["8.0", "8.1", "8.2", "8.3", "8.4"]
arch: [x64, x86]
ts: [nts, ts]
runs-on: windows-latest
Expand All @@ -26,7 +26,7 @@ jobs:
echo $extension_version
- name: Setup PHP
id: setup-php
uses: php/setup-php-sdk@v0.8
uses: php/setup-php-sdk@v0.10
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down Expand Up @@ -68,6 +68,7 @@ jobs:
if ('8.1' -eq '${{matrix.version}}') { $artifact_name = $artifact_name + '-vs16' }
if ('8.2' -eq '${{matrix.version}}') { $artifact_name = $artifact_name + '-vs16' }
if ('8.3' -eq '${{matrix.version}}') { $artifact_name = $artifact_name + '-vs16' }
if ('8.4' -eq '${{matrix.version}}') { $artifact_name = $artifact_name + '-vs17' }
if ('x64' -eq '${{matrix.arch}}') { $artifact_name = $artifact_name + '-x64' }
if ('x86' -eq '${{matrix.arch}}') { $artifact_name = $artifact_name + '-x86' }
Expand Down

0 comments on commit 399e645

Please sign in to comment.