Skip to content

Commit 47b30aa

Browse files
authored
Update build-php-unix.yml
1 parent 641fab8 commit 47b30aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-php-unix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
php-version:
14-
- "8.0"
1514
- "8.1"
1615
- "8.2"
1716
- "8.3"
17+
- "8.4"
1818
runner:
1919
- "ubuntu-latest"
2020
- "macos-13"
@@ -159,7 +159,7 @@ jobs:
159159
tar -czf dist/php-$PHPVER-cli-${{ steps.process-env.outputs.OS }}-${{ steps.process-env.outputs.ARCH }}.tar.gz -C tmp_dist/ php
160160
tar -czf dist/php-$PHPVER-micro-${{ steps.process-env.outputs.OS }}-${{ steps.process-env.outputs.ARCH }}.tar.gz -C tmp_dist/ micro.sfx
161161
tar -czf dist/php-$PHPVER-fpm-${{ steps.process-env.outputs.OS }}-${{ steps.process-env.outputs.ARCH }}.tar.gz -C tmp_dist/ php-fpm
162-
if [ "${{ matrix.php-version }}" == "8.3" ] && [ "${{ matrix.runner }}" == "ubuntu-latest" ]; then
162+
if [ "${{ matrix.php-version }}" == "8.4" ] && [ "${{ matrix.runner }}" == "ubuntu-latest" ]; then
163163
cp -r buildroot/license dist/
164164
cp buildroot/build-extensions.json dist/
165165
cp buildroot/build-libraries.json dist/

0 commit comments

Comments
 (0)