We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12dd62 commit 5233640Copy full SHA for 5233640
.github/workflows/ci.yml
@@ -31,6 +31,7 @@ env:
31
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
32
SAPI_LIST: apache2 cgi cli embed fpm phpdbg
33
BUILD_LIST: nts zts
34
+ PHP_SOURCE: --web-php
35
CONTAINER_BASE: ubuntu-24.04
36
CONTAINER_BASE_ARM: ubuntu-24.04-arm
37
@@ -58,7 +59,7 @@ jobs:
58
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
RUNNER_OS_LIST: ${{ env.RUNNER_OS_LIST }}
61
PHP_LIST: ${{ github.event.inputs.php-versions || env.PHP_LIST }}
- PHP_SOURCE: ${{ github.event.inputs.php-source }}
62
+ PHP_SOURCE: ${{ github.event.inputs.php-source || env.PHP_SOURCE }}
63
SAPI_LIST: ${{ env.SAPI_LIST }}
64
BUILD_LIST: ${{ env.BUILD_LIST }}
65
run: bash scripts/get-matrix.sh
0 commit comments