influxdata / influxdb-client-php

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

Fixes running tests on PHP 8 environments #139

Closed cstuder closed 1 year ago

cstuder commented 1 year ago

Proposed Changes

When running the test suite on a PHP 8 environment and running Composer locally, will install PHP 8 dependencies. This commit forces Composer to run in the target container with the same environment in which the tests run.

Checklist

oneumyvakin commented 1 year ago

@powersj @bednar Guys, what about PHP 8.2 support?