laminas / laminas-diagnostics

A set of components for performing diagnostic tests in PHP applications
https://docs.laminas.dev/laminas-diagnostics/
BSD 3-Clause "New" or "Revised" License
55 stars 32 forks source link

Feature: Support PHP 8.2 #61

Closed ghostwriter closed 1 year ago

ghostwriter commented 1 year ago
Q A
QA yes

Description

ghostwriter commented 1 year ago

ci-failure due to missing extensions.

E: Unable to locate package php8.2-apcu
E: Couldn't find any package by glob 'php8.2-apcu'
E: Unable to locate package php8.2-memcached
E: Couldn't find any package by glob 'php8.2-memcached'
E: Unable to locate package php8.2-mongodb
E: Couldn't find any package by glob 'php8.2-mongodb'
E: Unable to locate package php8.2-redis
E: Couldn't find any package by glob 'php8.2-redis'
Ocramius commented 1 year ago

Handled in #55, thanks anyway, @ghostwriter!