We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220dcf9 commit 431dbabCopy full SHA for 431dbab
1 file changed
.github/workflows/nightly.yml
@@ -839,7 +839,6 @@ jobs:
839
repository: phpredis/phpredis
840
path: redis
841
- name: git checkout xdebug
842
- if: false
843
uses: actions/checkout@v6
844
with:
845
repository: xdebug/xdebug
@@ -901,7 +900,6 @@ jobs:
901
900
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
902
make -j$(/usr/bin/nproc)
903
- name: build xdebug
904
905
run: |
906
cd xdebug
907
/opt/php/bin/phpize
0 commit comments