Skip to content

Commit cf82a50

Browse files
committed
Install xdebug (without enabling it)
1 parent fd6ceac commit cf82a50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create-images.yml

+3
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
-
142142
name: Install Composer
143143
run: docker exec -t -e IPE_KEEP_SYSPKG_CACHE=1 imagine-${{ matrix.php-version }} install-php-extensions @composer-2
144+
-
145+
name: Install xdebug PHP extension (without enabling it)
146+
run: docker exec -t -e IPE_KEEP_SYSPKG_CACHE=1 -e IPE_DONT_ENABLE=1 imagine-${{ matrix.php-version }} install-php-extensions xdebug
144147
-
145148
name: Install exif PHP extension
146149
run: docker exec -t -e IPE_KEEP_SYSPKG_CACHE=1 imagine-${{ matrix.php-version }} install-php-extensions exif

0 commit comments

Comments
 (0)