We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e190965 commit ded05edCopy full SHA for ded05ed
build-and-test.sh
@@ -191,7 +191,7 @@ RESULT=`docker run --rm -e CRON_SCHEDULE_1="* * * * * * *" -e CRON_COMMAND_1="wh
191
#[[ "$?" = "1" ]]
192
#set -e
193
194
-if [[ "${PHP_VERSION}" != "8.0" ]] && [[ "${PHP_VERSION}" != "8.1" ]]; then
+if [[ "${PHP_VERSION}" != "8.1" ]]; then
195
# Let's check that the "xdebug.client_host" contains a value different from "no value"
196
docker run --rm -e PHP_EXTENSION_XDEBUG=1 thecodingmachine/php:${PHP_VERSION}-${BRANCH}-${BRANCH_VARIANT} php -i | grep xdebug.client_host| grep -v "no value"
197
0 commit comments