Skip to content

Commit

Permalink
Run composer update for the test parts.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvbeek committed Nov 19, 2024
1 parent 1ccf587 commit 418a267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 418a267

Please sign in to comment.