Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:

push:
branches: ["master"]

schedule:
- cron: "0 8 * * 1"
Expand Down
1 change: 1 addition & 0 deletions php81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions php82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions php83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions php84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions php85/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading