chore: unifier les workflows qualité#17
Merged
Merged
Conversation
- Mise à jour phpstan/phpstan ^1.10|^1.12|^2.0 vers ^2.2 dans tous les packages - Mise à jour rector/rector ^0.15 vers ^2.0 pour compatibilité PHPStan 2 - Extension dave-liddament/phpstan-php-language-extensions ^0.9 vers ^0.10 - Script phpstan-per-package: --paths=src remplacé par argument positionnel (PHPStan 2) - Compiler: assouplissement contraintes path (configurator-contracts, gyroscops-api-client, phpunit-extension) - Ajout branch-alias dev-next aux packages pour branche next - Toolbox/dockerfile: contraintes * pour packages path - Framework: ajout repositories path pour sous-packages (TUI, Vault, Condition, etc.) - ai/cloud-runtime-symfony: correction package 'api' -> api-platform/api-pack, chemin path Console Made-with: Cursor
- Mise à jour tous les workflows quality.yaml et phpstan-*.yaml vers level: 8 - Corrections PHPStan compiler: SFTP/FTP Server, Api/HttpHook Runtime (ClosureUse) - Plugin Filtering Drop/Reject: refactor buildExclusions avec array_slice - Deferred::resolve(null), asStmt() pour builder->getNode() - Plugin FTP Loader: returnType Identifier au lieu de ConstFetch - Ignores phpstan.neon pour Cloud API types Made-with: Cursor
- PHPStan: ^2.2 → ^2.1 (dernière version stable) - Rector: ^2.0/^0.15 → ^2.3 - Mise à jour composer.lock dans tous les composants où possible Composants non mis à jour (conflits de dépendances): - configurator-contracts: packaging-contracts v0.3.0 sur Packagist - tools/packaging, tools/fast-map: infection/phpunit-extension - plugins avec infection: conflit nikic/php-parser - framework/src/Authorization, ai/cloud-runtime-symfony: package privé - phpspec-extension, runtime/batch: phpspec PHP 8.4 - flow/sql-flow, flow/csv-flow, flow/json-flow: phpunit-extension - runtime/cloud-runtime: action-contracts dev-next - runtime/runtime-distribution: ext-zip Made-with: Cursor
- configurator-contracts: path repo packaging-contracts, minimum-stability dev - action-contracts: branch-alias dev-next - framework/Authorization: path repo Condition, condition * - infection: ^0.26 → ^0.28 (compatible php-parser 5) - phpspec: ^7.x → ^8.0 (compatible PHP 8.4) - runtime-distribution: phpspec ^8.0, platform ext-zip - flow/spreadsheet-flow: platform ext-zip - workflow-console-runtime, Console: branch-alias dev-next - runtime/cloud-runtime: php-etl/console * - plugins: path repos fast-map, fast-map-config, phpunit-extension - plugins/spreadsheet: pipeline-contracts 0.5.*, bucket-contracts 0.3.* - plugins/prestashop: path repo phpunit-extension, bucket-contracts 0.3.* - ai/cloud-runtime-symfony: php-etl/console * Composants bloqués par php-etl/metadata (externe, nikic/php-parser ^4.9): - plugins/shopify, sql, fast-map, sylius, akeneo - tools/fast-map, phpspec-extension, runtime-distribution Made-with: Cursor
…PHPUnit, Infection, PHPSpec) - Workflow racine: découverte des paquets, matrix PHP-CS-Fixer et PHPStan (PHP 8.4, level 8) - Workflow unifié par paquet: un seul fichier quality.yaml remplaçant les workflows multiples - Suppression des workflows phpstan-5/6/7/8, rector, phpunit, infection, phpspec séparés - Conservation de package-split.yaml (runtime-distribution) et gh-pages.yml (documentation) Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unification des workflows GitHub Actions : un seul fichier quality.yaml remplaçant les workflows multiples. PHP 8.4, checkout@v4, cache@v4.