Merge pull request #3663 from erikn69/patch-37

feat: Support PHP 8.5
This commit is contained in:
Shao Yu-Lung (Allen)
2025-12-18 21:13:00 +08:00
committed by GitHub
7 changed files with 1898 additions and 32 deletions

View File

@@ -38,8 +38,8 @@ COMPOSE_PROJECT_NAME=laradock
### PHP Version ###########################################
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM).
# Accepted values: 8.4 - 8.3 - 8.2 - 8.1 - 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6
PHP_VERSION=8.3
# Accepted values: 8.5 - 8.4 - 8.3 - 8.2 - 8.1 - 8.0 - 7.4 - 7.3 - 7.2 - 7.1 - 7.0 - 5.6
PHP_VERSION=8.4
### Phalcon Version ###########################################