Skip to content

Commit 8fda9cc

Browse files
committed
php: add POSIX extension
1 parent 3cb2410 commit 8fda9cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
version:
77
description: 'version'
88
required: true
9-
default: '8.4.4'
9+
default: '8.4.5'
1010

1111
jobs:
1212
build:

php/fpm/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN set -xe && \
4747
php84-pdo_odbc \
4848
php84-pdo_pgsql \
4949
php84-pdo_sqlite \
50+
php84-posix \
5051
php84-pecl-imagick \
5152
php84-session \
5253
php84-simplexml \

0 commit comments

Comments
 (0)