From 8744c21c711a3178fe34d7df98e0ed22a3d90ba8 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 11 Aug 2026 08:55:50 +0000 Subject: [PATCH 1/2] Add pcov to PHP 8.1-8.5 images Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011sNqP1fsSPcDjcmLhWjNmD --- php81/Dockerfile | 1 + php82/Dockerfile | 1 + php83/Dockerfile | 1 + php84/Dockerfile | 1 + php85/Dockerfile | 1 + 5 files changed, 5 insertions(+) diff --git a/php81/Dockerfile b/php81/Dockerfile index c738992..7054e6a 100644 --- a/php81/Dockerfile +++ b/php81/Dockerfile @@ -58,6 +58,7 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.19/community/' >> / php81-pecl-mailparse@community \ php81-pecl-memcache@community \ php81-pecl-memcached@community \ + php81-pecl-pcov@community \ php81-pgsql@community \ php81-phar@community \ php81-posix@community \ diff --git a/php82/Dockerfile b/php82/Dockerfile index 9742df5..0194676 100644 --- a/php82/Dockerfile +++ b/php82/Dockerfile @@ -59,6 +59,7 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.22/community/' >> / php82-pecl-mailparse@community \ php82-pecl-memcache@community \ php82-pecl-memcached@community \ + php82-pecl-pcov@community \ php82-pgsql@community \ php82-phar@community \ php82-posix@community \ diff --git a/php83/Dockerfile b/php83/Dockerfile index 69890df..bd9d522 100644 --- a/php83/Dockerfile +++ b/php83/Dockerfile @@ -59,6 +59,7 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.22/community/' >> / php83-pecl-mailparse@community \ php83-pecl-memcache@community \ php83-pecl-memcached@community \ + php83-pecl-pcov@community \ php83-pgsql@community \ php83-phar@community \ php83-posix@community \ diff --git a/php84/Dockerfile b/php84/Dockerfile index 19a7a6b..080e37f 100644 --- a/php84/Dockerfile +++ b/php84/Dockerfile @@ -59,6 +59,7 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/v3.22/community/' >> / php84-pecl-mailparse@community \ php84-pecl-memcache@community \ php84-pecl-memcached@community \ + php84-pecl-pcov@community \ php84-pgsql@community \ php84-phar@community \ php84-posix@community \ diff --git a/php85/Dockerfile b/php85/Dockerfile index 0e6089c..ef7ae68 100644 --- a/php85/Dockerfile +++ b/php85/Dockerfile @@ -59,6 +59,7 @@ RUN echo '@community http://dl-cdn.alpinelinux.org/alpine/edge/community/' >> /e php85-pecl-mailparse@community \ php85-pecl-memcache@community \ php85-pecl-memcached@community \ + php85-pecl-pcov@community \ php85-pgsql@community \ php85-phar@community \ php85-posix@community \ From a8eed64788229fc80fbed3847cf6ba8385931891 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 11 Aug 2026 09:26:20 +0000 Subject: [PATCH 2/2] CI: build on all branches, push only on master Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011sNqP1fsSPcDjcmLhWjNmD --- .github/workflows/docker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9135b1f..02d49de 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,7 +4,6 @@ on: workflow_dispatch: push: - branches: ["master"] schedule: - cron: "0 8 * * 1"