Skip to content

Commit

Permalink
Update ds to 1.5.0 and add it for PHP 8.3 #187
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 20, 2023
1 parent e31a8e7 commit 65470be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ RUN set -xe; \
apcu-5.1.23 \
amqp-2.1.1 \
ast-1.1.1 \
$(test "${PHP_VERSION:0:3}" != "8.3" && echo 'ds 1.4.0') \
ds-1.5.0 \
event-3.0.8 \
grpc-1.60.0 \
igbinary-3.2.15 \
Expand All @@ -240,7 +240,7 @@ RUN set -xe; \
apcu \
amqp \
ast \
$(test "${PHP_VERSION:0:3}" != "8.3" && echo 'ds') \
ds \
event \
igbinary \
$(test "${PHP_VERSION:0:3}" != "8.3" && echo 'imagick') \
Expand Down
1 change: 1 addition & 0 deletions 8/tests/php_modules/8.3
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ctype
curl
date
dom
ds
event
exif
fileinfo
Expand Down

0 comments on commit 65470be

Please sign in to comment.