Update version of Joomla! 4.1.5 to 4.2.0

This commit is contained in:
Llewellyn van der Merwe 2022-08-17 13:07:39 +02:00
parent 844852da40
commit d9b43f242d
Signed by: Llewellyn
GPG Key ID: A9201372263741E7
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ RUN set -ex; \
autoconf \
bzip2-dev \
gmp-dev \
{{ if env.version == "4.1" then ( -}}
{{ if env.version == "4.2" then ( -}}
icu-dev \
{{ ) else "" end -}}
freetype-dev \
@ -61,7 +61,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
libbz2-dev \
libgmp-dev \
{{ if env.version == "4.1" then ( -}}
{{ if env.version == "4.2" then ( -}}
libicu-dev \
{{ ) else "" end -}}
libfreetype6-dev \
@ -96,7 +96,7 @@ RUN set -ex; \
exif \
gd \
gmp \
{{ if env.version == "4.1" then ( -}}
{{ if env.version == "4.2" then ( -}}
intl \
{{ ) else "" end -}}
ldap \

View File

@ -1,6 +1,6 @@
{
"4.1": {
"version": "4.1.5",
"4.2": {
"version": "4.2.0",
"php": "8.0",
"aliases": [4, "latest"],
"phpVersions": {