Skip to content

Commit

Permalink
Update build adding 8.4 branch (win32service#89)
Browse files Browse the repository at this point in the history
* Add build for php-8.4 for 1.0.x
  • Loading branch information
alphp authored Nov 28, 2024
1 parent 3d9bd1a commit ff04013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-rel: ['8.0', '8.1', '8.2', '8.3']
php-rel: ['8.0', '8.1', '8.2', '8.3', '8.4']
platform: [x64, x86]
ts: [ts, nts]
steps:
Expand All @@ -36,7 +36,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.php-rel}}
arch: ${{matrix.platform}}
Expand Down

0 comments on commit ff04013

Please sign in to comment.