endclothing / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
150 stars 79 forks source link

Introduce Continuous Integration #20

Closed martinssipenko closed 4 years ago

martinssipenko commented 5 years ago

Continuous Integration pipeline. Right now it's executed on PHP 7.3 and there are two builds - one with latest requires and one with lowest requires, lowest is required to make sure things work on minimum requirements.

Resolves #9 #11

martinssipenko commented 5 years ago

@piotrooo They can be squashed on merge, guthub allows to do that.

piotrooo commented 5 years ago

You are responsible for your commits. You exactly know what you did. So who can better squash your commits than you? :)

martinssipenko commented 5 years ago

GitHub can do it as good as I can (screenshot from other project): image

piotrooo commented 5 years ago

ping @NoelDavies lets merge PRs :)