Skip to content

Commit 5233640

Browse files
committed
Fix default PHP_SOURCE in ci
1 parent b12dd62 commit 5233640

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ env:
3131
PHP_LIST: 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5
3232
SAPI_LIST: apache2 cgi cli embed fpm phpdbg
3333
BUILD_LIST: nts zts
34+
PHP_SOURCE: --web-php
3435
CONTAINER_BASE: ubuntu-24.04
3536
CONTAINER_BASE_ARM: ubuntu-24.04-arm
3637

@@ -58,7 +59,7 @@ jobs:
5859
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5960
RUNNER_OS_LIST: ${{ env.RUNNER_OS_LIST }}
6061
PHP_LIST: ${{ github.event.inputs.php-versions || env.PHP_LIST }}
61-
PHP_SOURCE: ${{ github.event.inputs.php-source }}
62+
PHP_SOURCE: ${{ github.event.inputs.php-source || env.PHP_SOURCE }}
6263
SAPI_LIST: ${{ env.SAPI_LIST }}
6364
BUILD_LIST: ${{ env.BUILD_LIST }}
6465
run: bash scripts/get-matrix.sh

0 commit comments

Comments
 (0)