From 418a267dbb96f2dda3e76f89ed4f583d73e2e96c Mon Sep 17 00:00:00 2001 From: Tobias van Beek Date: Tue, 19 Nov 2024 22:48:03 +0100 Subject: [PATCH] Run composer update for the test parts. --- .gitlab-ci.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4ee195..dd82cdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,7 +131,7 @@ test: image: registry.gitlab.com/tjvb/phpimages:php$PHP <<: *set_exclude_group script: - - composer install + - composer update - vendor/bin/phpunit --migrate-configuration || true - vendor/bin/phpunit --coverage-text --colors=never --coverage-cobertura=phpunitresult/cobertura-coverage.xml --log-junit=phpunitresult/junit.xml $EXCLUDE_GROUP - sed -i 's~ filename="~ filename="src/~' phpunitresult/cobertura-coverage.xml diff --git a/composer.json b/composer.json index 41f6fcb..e032739 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "require-dev": { "fakerphp/faker": "^1.15", - "infection/infection": "^0.26.10 || ^0.27.0", + "infection/infection": "^0.26.10 || ^0.27.0|| ^0.28.0 || ^0.29.0", "mikey179/vfsstream": "^1.6.7", "phpmd/phpmd": "^2.10", "phpstan/phpstan": "^1.10",