mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
PHP8.1
This commit is contained in:
parent
13d49cc53d
commit
5ad51343ac
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.4-fpm",
|
"php8.1-fpm",
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
YNH_PHP_VERSION="7.4"
|
YNH_PHP_VERSION="8.1"
|
||||||
|
|
||||||
YNH_COMPOSER_VERSION="2.2.5"
|
YNH_COMPOSER_VERSION="2.2.5"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue