Skip to content

Commit e350c54

Browse files
authored
Update build-php.yml
1 parent 188ddc1 commit e350c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ jobs:
124124
./bin/spc build --build-cli "${{ env.PHP_EXTENSIONS }}"
125125
cd ../php-bin
126126
127-
- shell: bash
127+
- name: Get built PHP version
128+
shell: bash
128129
run: |
129130
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
130131
PHP_VERSION_FULL=$(../static-php-cli/buildroot/bin/php.exe -r "echo PHP_VERSION;")

0 commit comments

Comments
 (0)