From 014b13ddc9a7645c68d0526dd9f55b643b3f1268 Mon Sep 17 00:00:00 2001 From: lotyp Date: Sat, 8 Jun 2024 18:14:00 +0300 Subject: [PATCH 1/2] ci: add missing concurrency --- .github/workflows/coding-standards.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index ad619f5f..df245f9a 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -14,6 +14,9 @@ jobs: commit-linting: timeout-minutes: 4 runs-on: ubuntu-latest + concurrency: + cancel-in-progress: true + group: commit-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} permissions: contents: read pull-requests: read @@ -32,6 +35,9 @@ jobs: yaml-linting: timeout-minutes: 4 runs-on: ubuntu-latest + concurrency: + cancel-in-progress: true + group: yaml-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} permissions: contents: read pull-requests: read From efc54a64c817b05f14a02498d0f94edc20fcd67d Mon Sep 17 00:00:00 2001 From: lotyp Date: Wed, 12 Jun 2024 14:36:18 +0300 Subject: [PATCH 2/2] chore: minor changes --- composer.json | 4 +++- composer.lock | 44 ++++++++++++++++++++++---------------------- 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index 28d8fdc6..a50d278a 100644 --- a/composer.json +++ b/composer.json @@ -81,10 +81,12 @@ "cs:diff": "php-cs-fixer fix --dry-run -v --diff", "cs:fix": "php-cs-fixer fix -v", "infect": [ + "Composer\\Config::disableProcessTimeout", "@putenv XDEBUG_MODE=coverage", "roave-infection-static-analysis-plugin" ], "infect:ci": [ + "Composer\\Config::disableProcessTimeout", "@putenv XDEBUG_MODE=coverage", "roave-infection-static-analysis-plugin --ansi --logger-github --ignore-msi-with-no-mutations --only-covered" ], @@ -106,7 +108,7 @@ ], "test:cc": [ "@putenv XDEBUG_MODE=coverage", - "pest --coverage --coverage-clover=.build/phpunit/logs/clover.xml" + "pest --coverage --coverage-clover=.build/phpunit/logs/clover.xml --color=always" ] } } diff --git a/composer.lock b/composer.lock index 46b5888f..87dba457 100644 --- a/composer.lock +++ b/composer.lock @@ -1103,16 +1103,16 @@ }, { "name": "react/stream", - "version": "v1.3.0", + "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", - "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66" + "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/6fbc9672905c7d5a885f2da2fc696f65840f4a66", - "reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66", + "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d", + "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d", "shasum": "" }, "require": { @@ -1122,7 +1122,7 @@ }, "require-dev": { "clue/stream-filter": "~1.2", - "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { @@ -1169,7 +1169,7 @@ ], "support": { "issues": "https://github.com/reactphp/stream/issues", - "source": "https://github.com/reactphp/stream/tree/v1.3.0" + "source": "https://github.com/reactphp/stream/tree/v1.4.0" }, "funding": [ { @@ -1177,7 +1177,7 @@ "type": "open_collective" } ], - "time": "2023-06-16T10:52:11+00:00" + "time": "2024-06-11T12:45:25+00:00" }, { "name": "sebastian/diff", @@ -4136,16 +4136,16 @@ }, { "name": "pestphp/pest", - "version": "v2.34.7", + "version": "v2.34.8", "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "a7a3e4240e341d0fee1c54814ce18adc26ce5a76" + "reference": "e8f122bf47585c06431e0056189ec6bfd6f41f57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/a7a3e4240e341d0fee1c54814ce18adc26ce5a76", - "reference": "a7a3e4240e341d0fee1c54814ce18adc26ce5a76", + "url": "https://api.github.com/repos/pestphp/pest/zipball/e8f122bf47585c06431e0056189ec6bfd6f41f57", + "reference": "e8f122bf47585c06431e0056189ec6bfd6f41f57", "shasum": "" }, "require": { @@ -4164,8 +4164,8 @@ }, "require-dev": { "pestphp/pest-dev-tools": "^2.16.0", - "pestphp/pest-plugin-type-coverage": "^2.8.1", - "symfony/process": "^6.4.0|^7.0.4" + "pestphp/pest-plugin-type-coverage": "^2.8.3", + "symfony/process": "^6.4.0|^7.1.1" }, "bin": [ "bin/pest" @@ -4228,7 +4228,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/v2.34.7" + "source": "https://github.com/pestphp/pest/tree/v2.34.8" }, "funding": [ { @@ -4240,7 +4240,7 @@ "type": "github" } ], - "time": "2024-04-05T07:44:17+00:00" + "time": "2024-06-10T22:02:16+00:00" }, { "name": "pestphp/pest-plugin", @@ -4678,20 +4678,20 @@ }, { "name": "phpstan/extension-installer", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/phpstan/extension-installer.git", - "reference": "5b19a72c93e79bb0d410ac2cd55f02c4a6e0cfbe" + "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/5b19a72c93e79bb0d410ac2cd55f02c4a6e0cfbe", - "reference": "5b19a72c93e79bb0d410ac2cd55f02c4a6e0cfbe", + "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f6b87faf9fc7978eab2f7919a8760bc9f58f9203", + "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203", "shasum": "" }, "require": { - "composer-plugin-api": "^2.6.0", + "composer-plugin-api": "^2.0", "php": "^7.2 || ^8.0", "phpstan/phpstan": "^1.9.0" }, @@ -4716,9 +4716,9 @@ "description": "Composer plugin for automatic installation of PHPStan extensions", "support": { "issues": "https://github.com/phpstan/extension-installer/issues", - "source": "https://github.com/phpstan/extension-installer/tree/1.4.0" + "source": "https://github.com/phpstan/extension-installer/tree/1.4.1" }, - "time": "2024-06-06T11:26:29+00:00" + "time": "2024-06-10T08:20:49+00:00" }, { "name": "phpstan/phpdoc-parser",