influxdata / influxdb-client-php

InfluxDB (v2+) Client Library for PHP
https://influxdata.github.io/influxdb-client-php/
MIT License
150 stars 47 forks source link

fix(ci): freeze xdebug version to 3.1.6 which also supports PHP 7.2 #135

Closed bednar closed 1 year ago

bednar commented 1 year ago

Proposed Changes

This PR fixes nightly build by freezing the xdebug to version 3.1.6. This version also supports PHP 7.2. For more info see: https://pecl.php.net/package-changelog.php?package=xdebug&release=3.2.0.

Failing CI build:

image

https://app.circleci.com/pipelines/github/influxdata/influxdb-client-php/1538/workflows/0b67507c-e56c-41aa-b178-c7c9f0728267/jobs/4616

Checklist