Skip to content

Commit

Permalink
Merge pull request #193 from laminas/qa/update-php-8.3-rc3
Browse files Browse the repository at this point in the history
Remove temporary fix for pre PHP 8.3 RC3
  • Loading branch information
boesing authored Oct 8, 2023
2 parents a5a5a51 + e2d2748 commit a5bdf41
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,6 @@ RUN export OS_VERSION=$(cat /etc/os-release | grep VERSION_ID | cut -d '"' -f2)
&& apt autoremove -y \
&& apt clean

# Temporary fix for https://github.com/laminas/laminas-continuous-integration-action/issues/188
RUN cp \
/usr/share/libtool/build-aux/config.sub \
/usr/share/libtool/build-aux/config.guess \
/usr/share/libtool/build-aux/ltmain.sh \
/usr/bin/shtool \
/usr/lib/php/20230831/build

# Build/install static modules that do not have packages
COPY mods-available /mods-available
COPY mods-install /mods-install
Expand Down

0 comments on commit a5bdf41

Please sign in to comment.