changing default PHP version to 8.3 used since some time in releases

This commit is contained in:
ralf 2024-09-05 10:22:47 +02:00
parent 3d2c3c4efa
commit 10e6831a7a

View File

@ -3,7 +3,7 @@
cd $(dirname $0)
DEFAULT_PHP_VERSION=8.2
DEFAULT_PHP_VERSION=8.3
PHP_VERSION=$DEFAULT_PHP_VERSION
BASE=ubuntu:20.04
# which architectures to build for multi-platform images, if buildx is available on a Docker desktop or newer Docker installation
@ -57,4 +57,4 @@ else
}
done
}
fi
fi