File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments