chore: add PHP 8.5

This commit is contained in:
le0m
2026-01-27 18:36:26 +01:00
parent 6417ed27c3
commit bfcea74242
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ EXTENSIONS := \
xsl \
zip \
sockets
ifeq (,$(findstring $(PHP_VERSION), 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 latest alpine))
ifeq (,$(findstring $(PHP_VERSION), 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5 latest alpine))
# Add more extensions to PHP < 7.2.
EXTENSIONS += mcrypt
endif