yii2-gii
yii2-gii copied to clipboard
Raise min version to `PHP 7.3`, check compatibility `PHP 8.3`.
| Q | A |
|---|---|
| Is bugfix? | ❌ |
| New feature? | ✔️ |
| Breaks BC? | ❌ |
PR Summary
-
Build Workflow Update Our system's build workflow file,
.github/workflows/build.yml, has been modified. This update means that certain files will be ignored during certain operations, optimizing our workflow and making the system more efficient. -
Upgrade of Testing Tools We updated the version of
phpunit/phpunit, which is the tool we use for testing, incomposer.jsonfile. This allows us to access new features, improvements, and bug-fixes from the updated tool, ensuring our tests are more reliable. Additionally, we have specified the least version of PHP our project supports is7.3, ensuring consistency in the environment our code runs in. -
Improvement of Test Experience Changes have been made to
tests/GiiTestCase.phpandtests/TestCase.phpfiles, specifically to methods responsible for setting up and tearing down tests. These methods will now return a 'void' value (basically they will not return anything), making the process of running our tests smoother and reducing potential errors. -
Codebase Clean-up We made changes to
tests/bootstrap.phpby removing a line of code that was no longer necessary. This makes our code easier to read and manage. Also, we eliminated thetests/compatibility.phpfile as it was no longer needed. These cleanup efforts help in maintaining an efficient and manageable codebase.
Welcome to Codecov :tada:
Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.
Thanks for integrating Codecov - We've got you covered :open_umbrella: