Skip to content

Commit

Permalink
Add php8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
andp97 committed Feb 6, 2023
1 parent 401b36d commit af06fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ sudo apt-get -y install php8.2-imagick
sudo apt-get -y install php8.2-fileinfo
sudo apt-get -y install php8.2-imap
sudo apt-get -y install php8.2-cli
PHPINI=/etc/php/8.1/fpm/conf.d/cipi.ini
PHPINI=/etc/php/8.2/fpm/conf.d/cipi.ini
sudo touch $PHPINI
sudo cat > "$PHPINI" <<EOF
memory_limit = 256M
Expand Down
2 changes: 1 addition & 1 deletion storage/app/cipi/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ sudo apt-get -y install php8.2-imagick
sudo apt-get -y install php8.2-fileinfo
sudo apt-get -y install php8.2-imap
sudo apt-get -y install php8.2-cli
PHPINI=/etc/php/8.1/fpm/conf.d/cipi.ini
PHPINI=/etc/php/8.2/fpm/conf.d/cipi.ini
sudo touch $PHPINI
sudo cat > "$PHPINI" <<EOF
memory_limit = 256M
Expand Down

0 comments on commit af06fd3

Please sign in to comment.