You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coverage: ${{ (matrix.os != 'windows-2022' || matrix.php < 8.1) && 'xdebug' || '' }} # temporarily skip Xdebug on Windows with PHP 8.1+ due to segfault with Xdebug 3.4.2
32
33
ini-file: development
33
34
- run: composer install
34
35
- run: vendor/bin/phpunit --coverage-text
@@ -45,6 +46,7 @@ jobs:
45
46
- uses: shivammathur/setup-php@v2
46
47
with:
47
48
php-version: 8.2
49
+
extensions: xdebug-3.4.1 # temporarily downgrade Xdebug due to segfault on macOS with Xdebug 3.4.2
0 commit comments