From 884fd92f1320d17daebb772297da03fb2cfa59b8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 1 Oct 2024 16:00:34 +0300 Subject: drop opentelemetry --- utils/phpunit.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/phpunit.sh') diff --git a/utils/phpunit.sh b/utils/phpunit.sh index e8f00d0f5..667ff92f5 100755 --- a/utils/phpunit.sh +++ b/utils/phpunit.sh @@ -1,5 +1,7 @@ #!/bin/sh +export PHP_IMAGE=registry.fakecake.org/infra/php8.3-alpine3.20 + docker run --rm -v $(pwd):/app \ - --workdir /app registry.fakecake.org/infra/php-fpm8.3-alpine3.19:latest \ + --workdir /app ${PHP_IMAGE} \ php83 -d memory_limit=-1 ./vendor/bin/phpunit --exclude integration -- cgit v1.2.3-54-g00ecf