Skip to content

Commit 383bfbf

Browse files
authored
PHPC-1971: Use debug builds of PHP for testing (#1952)
1 parent 2837b83 commit 383bfbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/linux/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: "Install PHP"
1515
uses: "shivammathur/setup-php@v2"
1616
with:
17-
php-version: "${{ inputs.version }}"
17+
php-version: "${{ inputs.version }}-debug"
1818
# Only install required extensions
1919
extensions: "none,date,json,spl,standard,xml"
2020

.github/workflows/arginfo-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: "Install PHP"
2828
uses: "shivammathur/setup-php@v2"
2929
with:
30-
php-version: "${{ env.PHP_VERSION }}"
30+
php-version: "${{ env.PHP_VERSION }}-debug"
3131

3232
- name: "Run phpize"
3333
run: phpize

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: "Install PHP"
2828
uses: "shivammathur/setup-php@v2"
2929
with:
30-
php-version: "${{ env.PHP_VERSION }}"
30+
php-version: "${{ env.PHP_VERSION }}-debug"
3131

3232
- name: "Configure driver"
3333
run: .github/workflows/configure.sh

0 commit comments

Comments
 (0)