This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 9523af2  Fix ini values for Xdebug 3
     new 6ea723e  Merge pull request #2604 from junichi11/ci-xdebug3
9523af2 is described below

commit 9523af2ece6d2b59938db1580d573892d6e6f821
Author: Junichi Yamamoto <junich...@apache.org>
AuthorDate: Fri Dec 18 05:14:00 2020 +0900

    Fix ini values for Xdebug 3
    
    https://xdebug.org/docs/upgrade_guide
    
    - `xdebug.remote_enable=on` to `xdebug.mode=debug`
    - `xdebug.remote_port=9003`: This value is used by default
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 545c02f..daeaa60 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -157,7 +157,7 @@ jobs:
           php-version: '7.4'
           tools: pecl
           extensions: xdebug
-          ini-values: xdebug.remote_enable=on, xdebug.remote_port=9003
+          ini-values: xdebug.mode=debug
 
       - name: Launch Xvfb
         run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to