We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb2410 commit 8fda9ccCopy full SHA for 8fda9cc
.github/workflows/php.yml
@@ -6,7 +6,7 @@ on:
6
version:
7
description: 'version'
8
required: true
9
- default: '8.4.4'
+ default: '8.4.5'
10
11
jobs:
12
build:
php/fpm/Dockerfile
@@ -47,6 +47,7 @@ RUN set -xe && \
47
php84-pdo_odbc \
48
php84-pdo_pgsql \
49
php84-pdo_sqlite \
50
+ php84-posix \
51
php84-pecl-imagick \
52
php84-session \
53
php84-simplexml \
0 commit comments