diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index ab1a471..cab60d3 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -229,7 +229,7 @@ pm.max_spare_servers = 3 ; last request memory: 0 ; ; Note: There is a real-time FPM status monitoring sample web page available -; It's available in: /usr/share/php/7.0/fpm/status.html +; It's available in: /usr/share/php/8.0/fpm/status.html ; ; Note: The value must start with a leading slash (/). The value can be ; anything, but it may not be a good idea to use the .php extension or it diff --git a/manifest.json b/manifest.json index e318a46..b4845cb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "RSS and Atom feed generator for websites that don't have one", "fr": "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas" }, - "version": "2022.06.14~ynh2", + "version": "2022.06.14~ynh3", "url": "https://github.com/RSS-Bridge/rss-bridge", "upstream": { "license": "Unlicense", @@ -25,7 +25,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", + "php8.0-fpm", "mysql" ], "arguments": { diff --git a/scripts/_common.sh b/scripts/_common.sh index d7614e9..b7c971c 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="8.0" #================================================= # PERSONAL HELPERS