setono/Sylius Plugin CI
Run all PHP CI checks (coding standards, analysis, tests, coverage) sequentially in one job
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| php-version | PHP version for most checks | no | 8.3 |
| php-version-lowest | PHP version for coding-standards (should be the lowest supported version) | no | 8.2 |
| dependencies | Composer dependency versions: lowest or highest | no | highest |
| symfony | Symfony version constraint for Flex (e.g. ~7.4.0) | no | ~7.4.0 |
| extensions | PHP extensions to install | no | intl, mbstring |
| database-url | DATABASE_URL for the functional tests | no | mysql://root:root@127.0.0.1/sylius?serverVersion=8.0 |
| codecov-token | Codecov upload token. Leave empty to skip the code-coverage step. | no | "" |
| stryker-dashboard-api-key | Stryker Dashboard API key. Leave empty to skip dashboard reporting (Infection still runs). | no | "" |
Outputs
no outputs