From 56364e11a9dfe0afa478b114f1ee5a3dcf5bd1c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 02:12:33 +0000 Subject: [PATCH 1/2] composer(deps-dev): bump the minor-patch-dependencies group with 3 updates Updates the requirements on [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Updates `mimmi20/coding-standard` to 5.2.13 - [Release notes](https://github.com/mimmi20/coding-standard/releases) - [Commits](https://github.com/mimmi20/coding-standard/compare/5.2.12...5.2.13) Updates `phpunit/phpunit` to 10.5.10 - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.10/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.9...10.5.10) Updates `rector/rector` to 0.19.8 - [Release notes](https://github.com/rectorphp/rector/releases) - [Commits](https://github.com/rectorphp/rector/compare/0.19.5...0.19.8) --- updated-dependencies: - dependency-name: mimmi20/coding-standard dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: phpunit/phpunit dependency-type: direct:development dependency-group: minor-patch-dependencies - dependency-name: rector/rector dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e65aa18..5ebe4f4 100644 --- a/composer.json +++ b/composer.json @@ -30,14 +30,14 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.9", - "mimmi20/coding-standard": "^5.2.12", + "mimmi20/coding-standard": "^5.2.13", "nikic/php-parser": "^v4.18.0", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.57", "phpstan/phpstan-deprecation-rules": "^1.1.4", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.9", - "rector/rector": "^0.19.5" + "phpunit/phpunit": "^10.5.10", + "rector/rector": "^0.19.8" }, "minimum-stability": "stable", "prefer-stable": true, From 8d59ad7c2539c82ad7076eaeeeb6a05fd30991cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 6 Feb 2024 21:45:07 +0100 Subject: [PATCH 2/2] add token --- .github/workflows/continuous-integration.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bbfb7c9..65376f6 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -176,6 +176,8 @@ jobs: file: ".build/coverage/clover.xml" flags: "phpunit,php-${{ matrix.php-version }},${{ matrix.operating-system }}" verbose: false + env: + CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" - name: "Run mutation tests with infection/infection" env: