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: