Skip to content

Commit 0a16239

Browse files
authored
Enable xdebug extension again on nightly (#13192)
1 parent c6a2f2a commit 0a16239

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,6 @@ jobs:
799799
repository: phpredis/phpredis
800800
path: redis
801801
- name: git checkout xdebug
802-
# Currently breaks due to a PHP <=8.3 version check
803-
if: false
804802
uses: actions/checkout@v4
805803
with:
806804
repository: xdebug/xdebug
@@ -863,7 +861,6 @@ jobs:
863861
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
864862
make -j$(/usr/bin/nproc)
865863
- name: build xdebug
866-
if: false
867864
run: |
868865
cd xdebug
869866
/opt/php/bin/phpize

0 commit comments

Comments
 (0)