Mark PHP 8.2 as stable

Update OS support in README
This commit is contained in:
Shivam Mathur
2022-12-08 12:45:38 +05:30
parent f7d3c00320
commit 53adb47562
6 changed files with 21 additions and 22 deletions

View File

@ -267,7 +267,7 @@ setup_php() {
}
# Variables
version=${1:-'8.1'}
version=${1:-'8.2'}
ini=${2:-'production'}
src=${0%/*}/..
debconf_fix="DEBIAN_FRONTEND=noninteractive"