Skip to content

Commit 10c2791

Browse files
authored
Remove xdebug from CI (#586)
1 parent 8064cf9 commit 10c2791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
uses: shivammathur/[email protected]
2121
with:
2222
php-version: ${{ matrix.php }}
23-
coverage: xdebug
23+
coverage: none
2424
ini-values: xdebug.overload_var_dump=1
25-
tools: prestissimo
25+
tools: flex
2626

2727
- name: Checkout code
2828
uses: actions/checkout@v2

0 commit comments

Comments
 (0)