diff --git a/build.sh b/build.sh index 3ecdfd54..1fb84860 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [[ -z "${PHP_VERSION}" ]]; then - PHP_VERSION="8.2" + PHP_VERSION="8.3" fi if [[ -z "${MARIADB_VERSION}" ]]; then MARIADB_VERSION="10.11"