We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2379606 commit 6abb20dCopy full SHA for 6abb20d
.github/workflows/publish.yml
@@ -27,10 +27,12 @@ jobs:
27
- '8.2-fpm'
28
- '8.3-fpm'
29
- '8.3-cli'
30
+ - '8.4-fpm'
31
+ - '8.4-cli'
32
33
env:
34
IMAGE_REGISTRY: ghcr.io
- IMAGE_LATEST: '8.3-fpm'
35
+ IMAGE_LATEST: '8.4-fpm'
36
37
steps:
38
- uses: docker/setup-qemu-action@v3
Dockerfile
@@ -47,6 +47,7 @@ ARG PHP_EXT_INSTALL="\
47
exif \
48
mbstring \
49
mysqli \
50
+ pdo \
51
pdo_mysql \
52
pdo_pgsql \
53
intl \
0 commit comments