1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

Update PHP to 8.1

This commit is contained in:
Éric Gaspar 2023-01-05 10:10:22 +01:00
parent 78744b52fa
commit e6022913e5
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm",
"php8.1-fpm",
"mysql"
],
"arguments": {

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="8.0"
YNH_PHP_VERSION="8.1"
# Composer version
YNH_COMPOSER_VERSION="2.3.5"