Skip to content

Commit 7a2f485

Browse files
authored
Merge pull request #178 from laminas/1.35.x-merge-up-into-2.0.x_0WCyvgvV
Merge release 1.35.0 into 2.0.x
2 parents 1933aa9 + ae6bcf7 commit 7a2f485

File tree

5 files changed

+390
-240
lines changed

5 files changed

+390
-240
lines changed

Dockerfile

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,21 @@ RUN export OS_VERSION=$(cat /etc/os-release | grep VERSION_ID | cut -d '"' -f2)
114114
php8.2-xml \
115115
php8.2-xsl \
116116
php8.2-zip \
117+
\
118+
php8.3-cli \
119+
php8.3-bz2 \
120+
php8.3-curl \
121+
php8.3-dev \
122+
php8.3-fileinfo \
123+
php8.3-intl \
124+
php8.3-mbstring \
125+
php8.3-phar \
126+
php8.3-phpdbg \
127+
php8.3-readline \
128+
php8.3-sockets \
129+
php8.3-xml \
130+
php8.3-xsl \
131+
php8.3-zip \
117132
&& apt autoremove -y \
118133
&& apt clean
119134

@@ -154,7 +169,7 @@ COPY composer.json \
154169

155170
RUN cd /tools \
156171
# Install `ext-bcmath` as it seems to be a requirement for `roave/backward-compatibility-check`
157-
&& apt install -y php-bcmath \
172+
&& apt install -y php-bcmath php8.3-bcmath \
158173
&& composer install \
159174
--classmap-authoritative
160175

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ The container the action provides and consumes builds off the ubuntu:focal image
231231
- 8.0
232232
- 8.1
233233
- 8.2
234+
- 8.3
234235

235236
Each provides the following extensions by default:
236237

0 commit comments

Comments
 (0)