mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
Upgrade from php 7.3 to 8.0
This commit is contained in:
parent
fcbdba8de9
commit
bd7f29f890
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
YNH_PHP_VERSION="7.3"
|
||||
YNH_PHP_VERSION="8.0"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue