1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Re-enabled xdebug in nightly job

Closes GH-21170
Closes GH-21248
This commit is contained in:
Jorg Sowa
2026-02-08 22:29:44 +01:00
committed by Ilija Tovilo
parent 220dcf9966
commit 431dbabbfd

View File

@@ -839,7 +839,6 @@ jobs:
repository: phpredis/phpredis
path: redis
- name: git checkout xdebug
if: false
uses: actions/checkout@v6
with:
repository: xdebug/xdebug
@@ -901,7 +900,6 @@ jobs:
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
make -j$(/usr/bin/nproc)
- name: build xdebug
if: false
run: |
cd xdebug
/opt/php/bin/phpize