We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ad2b9 commit 65b0d65Copy full SHA for 65b0d65
1 file changed
.github/workflows/tests-all.yml
@@ -107,10 +107,6 @@ jobs:
107
if ! [[ "$(arch)" = "arm64" && "${{ matrix.php }}" =~ ^(7.0|7.1)$ ]]; then
108
php -r "if(! extension_loaded('swoole')) {throw new Exception('swoole not found');}"
109
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');}"
114
- name: Testing Linkage
115
run: |
116
IFS=', ' read -ra extensions <<< "${{ matrix.extensions }}"
0 commit comments