Finding minimum required PHP version to be 8.1. (But testing with PHP8.3)
All checks were successful
Build and test / requirements (push) Successful in 3m0s
All checks were successful
Build and test / requirements (push) Successful in 3m0s
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
Backup script utilizing Rclone to backup local file systems and send notifications.
|
||||
|
||||
# Minimum requirements
|
||||
- PHP8.2
|
||||
- PHP8.1
|
||||
- Composer to install required packages.
|
||||
- Rclone installed
|
||||
|
||||
@ -20,7 +20,7 @@ sudo dpkg -i rclone-current-linux-amd64.deb
|
||||
curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
sudo apt install php8.2-cli php8.2-xml php8.2-curl php8.2-zip php8.2-xdebug php8.2-mbstring unzip wget graphviz plantuml
|
||||
sudo apt install php8.3-cli php8.3-xml php8.3-curl php8.3-zip php8.3-xdebug php8.3-mbstring unzip wget graphviz plantuml
|
||||
|
||||
# PHP Docs
|
||||
rm phpDocumentor.phar
|
||||
|
Reference in New Issue
Block a user