Skip to content

Commit d2b00d5

Browse files
committed
Disable Xdebug for now
It currently fails already during configure for PHP >= 8.5.0.
1 parent 548ed31 commit d2b00d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ jobs:
876876
repository: phpredis/phpredis
877877
path: redis
878878
- name: git checkout xdebug
879+
if: false
879880
uses: actions/checkout@v4
880881
with:
881882
repository: xdebug/xdebug
@@ -937,6 +938,7 @@ jobs:
937938
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
938939
make -j$(/usr/bin/nproc)
939940
- name: build xdebug
941+
if: false
940942
run: |
941943
cd xdebug
942944
/opt/php/bin/phpize

0 commit comments

Comments
 (0)