Skip to content

Commit

Permalink
[skip ci] Disable Xdebug for now
Browse files Browse the repository at this point in the history
It currently fails already during configure for PHP >= 8.5.0.
  • Loading branch information
cmb69 committed Sep 30, 2024
1 parent 548ed31 commit 3426b17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ jobs:
repository: phpredis/phpredis
path: redis
- name: git checkout xdebug
if: false
uses: actions/checkout@v4
with:
repository: xdebug/xdebug
Expand Down Expand Up @@ -937,6 +938,7 @@ 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
Expand Down

0 comments on commit 3426b17

Please sign in to comment.