Skip to content

Commit a5bdf41

Browse files
authored
Merge pull request #193 from laminas/qa/update-php-8.3-rc3
Remove temporary fix for pre PHP 8.3 RC3
2 parents a5a5a51 + e2d2748 commit a5bdf41

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,6 @@ RUN export OS_VERSION=$(cat /etc/os-release | grep VERSION_ID | cut -d '"' -f2)
228228
&& apt autoremove -y \
229229
&& apt clean
230230

231-
# Temporary fix for https://github.com/laminas/laminas-continuous-integration-action/issues/188
232-
RUN cp \
233-
/usr/share/libtool/build-aux/config.sub \
234-
/usr/share/libtool/build-aux/config.guess \
235-
/usr/share/libtool/build-aux/ltmain.sh \
236-
/usr/bin/shtool \
237-
/usr/lib/php/20230831/build
238-
239231
# Build/install static modules that do not have packages
240232
COPY mods-available /mods-available
241233
COPY mods-install /mods-install

0 commit comments

Comments
 (0)