* use php 81 as default

This commit is contained in:
2023-09-28 08:15:45 +03:00
parent 217250c0e0
commit cea2dbb653
4 changed files with 29 additions and 5 deletions

View File

@ -7,7 +7,7 @@ DIR="$(realpath $(dirname "$(readlink -f "$0")")/..)"
PHP_VERSION=$1 # Without dot
if [[ -z "${PHP_VERSION}" ]]; then PHP_VERSION=74; fi
if [[ -z "${PHP_VERSION}" ]]; then PHP_VERSION=81; fi
CONTAINER=$(docker ps | grep workspace${PHP_VERSION} | awk '{print $1}')