Merge pull request #3280 from kideny/phalcon

Fix Phalcon Support
This commit is contained in:
Shao Yu-Lung (Allen)
2022-10-23 13:40:43 +08:00
committed by GitHub
4 changed files with 25 additions and 53 deletions

View File

@ -43,8 +43,8 @@ PHP_VERSION=7.4
### Phalcon Version ###########################################
# Select a Phalcon version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 3.4.0+
PHALCON_VERSION=4.0.5
# Select a Phalcon version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 5.0.0+
PHALCON_VERSION=5.0.0
### PHP Interpreter #######################################