Migrate CI to GitHub Actions and modernize package for PHP 8.5 / Symfony 7.4 - #17
Open
azine wants to merge 3 commits into
Open
Migrate CI to GitHub Actions and modernize package for PHP 8.5 / Symfony 7.4#17azine wants to merge 3 commits into
azine wants to merge 3 commits into
Conversation
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.
Motivation
Description
.github/workflows/ci.ymlto run CI on push and pull requests using PHP8.5, install dependencies and runcomposer test..travis.ymlandtravis.php.inifiles and updateREADME.mdwith new requirements, test instructions, and upgrade notes mentioning GitHub Actions.composer.jsonto requirephp:^8.5,symfonycomponents at^7.4, bumphybridauthandmonolog, switch topsr-4autoloading, add atestscript, and update dev dependencies tophpunit:^12.0andphp-cs-fixer:^3.0plus minor config keys (sort-packages,allow-plugins).phpunit.xml.distto the PHPUnit 12 schema, enablefailOnRiskyandfailOnWarning, set a cache directory, adjust the testsuite and add a<source>include list.Testing
composer validateandcomposer teston every push and pull request via the new GitHub Actions workflow.composer updateandcomposer testas documented inREADME.md.Codex Task