Skip to content

Commit e78f24c

Browse files
committed
cI: re-enabled xdebug in nightly job
1 parent 96be28c commit e78f24c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@ jobs:
883883
repository: phpredis/phpredis
884884
path: redis
885885
- name: git checkout xdebug
886-
if: false
887886
uses: actions/checkout@v6
888887
with:
889888
repository: xdebug/xdebug
@@ -947,7 +946,6 @@ jobs:
947946
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
948947
make -j$(/usr/bin/nproc)
949948
- name: build xdebug
950-
if: false
951949
run: |
952950
cd xdebug
953951
/opt/php/bin/phpize

0 commit comments

Comments
 (0)