add PHP 8.3 support

This commit is contained in:
Saeed Vaziry
2024-03-16 11:08:45 +01:00
parent d8056441c0
commit fd93f3dd47
4 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,3 @@
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common curl zip unzip git gcc
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common curl zip unzip git gcc openssl
git config --global user.email "__email__"
git config --global user.name "__name__"