update: remove php 8.0

This commit is contained in:
Ronnel R. Martinez
2023-05-09 09:17:37 +08:00
committed by GitHub
parent 95c0da664d
commit fecb7f032e
2 changed files with 0 additions and 2 deletions

View File

@ -692,7 +692,6 @@ ARG INSTALL_IONCUBE=false
RUN if [ ${INSTALL_IONCUBE} = true ]; then \
if [ ${LARADOCK_PHP_VERSION} = "8.1" ] \
|| [ ${LARADOCK_PHP_VERSION} = "8.0" ] \
|| [ ${LARADOCK_PHP_VERSION} = "7.4" ] \
|| [ ${LARADOCK_PHP_VERSION} = "7.3" ] \
|| [ ${LARADOCK_PHP_VERSION} = "7.2" ] \