Skip to content

Commit 431dbab

Browse files
jorgsowailuuu1994
authored andcommitted
[skip ci] Re-enabled xdebug in nightly job
Closes GH-21170 Closes GH-21248
1 parent 220dcf9 commit 431dbab

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
@@ -839,7 +839,6 @@ jobs:
839839
repository: phpredis/phpredis
840840
path: redis
841841
- name: git checkout xdebug
842-
if: false
843842
uses: actions/checkout@v6
844843
with:
845844
repository: xdebug/xdebug
@@ -901,7 +900,6 @@ jobs:
901900
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
902901
make -j$(/usr/bin/nproc)
903902
- name: build xdebug
904-
if: false
905903
run: |
906904
cd xdebug
907905
/opt/php/bin/phpize

0 commit comments

Comments
 (0)