Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP 8.3 to CI workflow and optimize pint execution #2

Merged
merged 3 commits into from
Oct 6, 2024

Conversation

midnite81
Copy link
Owner

Add matrix to test both php 8.2 and php 8.3

Included PHP 8.2 and 8.3 in the GitHub Actions matrix for CI. Pint code formatting step and commit for pint fixes are now executed only on the latest PHP version (8.3), improving efficiency.
Refactor the continuous integration workflow by adding separate jobs for PHPStan and code coverage. Improve caching strategy for Composer dependencies and streamline Pint code styling steps to ensure code quality and maintainability across different PHP versions.
Consolidate steps in the PHPStan workflow by removing redundant tasks such as setting up Composer cache and individual step names. This simplifies the YAML configuration and reduces potential maintenance overhead.
@midnite81 midnite81 merged commit 8d170ab into main Oct 6, 2024
4 checks passed
@midnite81 midnite81 deleted the feature/add-matrix-to-ci branch October 6, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant