mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Enable xdebug extension again on nightly (#13192)
This commit is contained in:
parent
c6a2f2a8ce
commit
0a162394c8
1 changed files with 0 additions and 3 deletions
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
@ -799,8 +799,6 @@ jobs:
|
|||
repository: phpredis/phpredis
|
||||
path: redis
|
||||
- name: git checkout xdebug
|
||||
# Currently breaks due to a PHP <=8.3 version check
|
||||
if: false
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: xdebug/xdebug
|
||||
|
@ -863,7 +861,6 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue