Skip to content

Commit

Permalink
Changed libraries to use stable xdebug during CI (#138)
Browse files Browse the repository at this point in the history
Closes #135
  • Loading branch information
davidbyoung committed May 16, 2021
1 parent dfaa833 commit 8ae62e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: curl, dom, libxml, mbstring, pcntl, xdebug-beta, zip
extensions: curl, dom, libxml, mbstring, pcntl, xdebug, zip
tools: composer:v2
coverage: xdebug
- name: Install Dependencies
Expand Down

0 comments on commit 8ae62e0

Please sign in to comment.