From a162bb2c1fac51667be2cb58c4cdd0c7e7a6fd37 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 6 Nov 2025 23:32:29 +0100 Subject: [PATCH] Fix CI test --- .gitea/workflows/pushImage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pushImage.yaml b/.gitea/workflows/pushImage.yaml index 6315dc4..6bba0a1 100644 --- a/.gitea/workflows/pushImage.yaml +++ b/.gitea/workflows/pushImage.yaml @@ -14,7 +14,7 @@ jobs: with: php-version: '8.3.0' - name: Install dependencies - run: composer install --prefer-dist --no-progress --no-suggest --no-interaction --prefer-stable + run: composer install --prefer-dist --no-progress --no-suggest --no-interaction - name: Run PHPUnit tests run: vendor/bin/phpunit --configuration phpunit.xml build-image: