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 188ddc1 commit e350c54Copy full SHA for e350c54
.github/workflows/build-php.yml
@@ -124,7 +124,8 @@ jobs:
124
./bin/spc build --build-cli "${{ env.PHP_EXTENSIONS }}"
125
cd ../php-bin
126
127
- - shell: bash
+ - name: Get built PHP version
128
+ shell: bash
129
run: |
130
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
131
PHP_VERSION_FULL=$(../static-php-cli/buildroot/bin/php.exe -r "echo PHP_VERSION;")
0 commit comments