Skip to content

Commit 029863b

Browse files
authored
fix(ci): freeze xdebug version to 3.1.6 which also supports PHP 7.2 (#135)
For more info see https://pecl.php.net/package-changelog.php?package=xdebug&release=3.2.0
1 parent f840ada commit 029863b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ commands:
5151
- run:
5252
name: Install xdebug
5353
command: |
54-
sudo pecl install xdebug
54+
sudo pecl install xdebug-3.1.6
5555
- run:
5656
name: Run tests
5757
command: |

0 commit comments

Comments
 (0)