Skip to content

Commit 65b0d65

Browse files
committed
Remove xdebug@2 from the test-all workflow [skip ci]
1 parent f4ad2b9 commit 65b0d65

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests-all.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ jobs:
107107
if ! [[ "$(arch)" = "arm64" && "${{ matrix.php }}" =~ ^(7.0|7.1)$ ]]; then
108108
php -r "if(! extension_loaded('swoole')) {throw new Exception('swoole not found');}"
109109
fi
110-
111-
- name: Testing Xdebug2
112-
if: matrix.extensions == 'xdebug2'
113-
run: php -r "if(phpversion('xdebug')!='2.9.8') {throw new Exception('xdebug2 not found');}"
114110
- name: Testing Linkage
115111
run: |
116112
IFS=', ' read -ra extensions <<< "${{ matrix.extensions }}"

0 commit comments

Comments
 (0)