Mark PHP 8.3 as stable

This commit is contained in:
Shivam Mathur
2023-11-23 17:12:56 +05:30
parent e6d44f159a
commit 7c6c249257
10 changed files with 63 additions and 61 deletions

View File

@ -259,7 +259,7 @@ setup_php() {
}
# Variables
version=${1:-'8.2'}
version=${1:-'8.3'}
ini=${2:-'production'}
src=${0%/*}/..
php_formula=shivammathur/php/php@"$version"