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

Raise min version to PHP 8.1, check compatibility PHP 8.3. #516

Open
wants to merge 9 commits into
base: 3.0
Choose a base branch
from

Conversation

terabytesoftw
Copy link
Member

Q A
Is bugfix?
New feature? ✔️
Breaks BC?

@terabytesoftw terabytesoftw changed the title Php83 Raise min version to PHP 7.3, check compatibility PHP 8.3. Sep 27, 2023
@what-the-diff
Copy link

what-the-diff bot commented Sep 27, 2023

PR Summary

  • Update on Workflow File
    The .github/workflows/build.yml file has been revised. Updates include ignoring certain paths for pull request and push events. The environments section has been removed and we've improved the 'phpunit' job by using a custom action from our repository.

  • Modification of PHP Requirements
    Our composer.json file now requires PHP version 7.3 as the minimum level. We've updated some dependencies, namely 'phpunit/phpunit' to a newer version 9.6.

  • Enhancement in Test Files
    Various methods in the test files (FlattenExceptionTest.php, LogTargetTest.php, ModuleTest.php, PanelTest.php, TestCase.php) have been modified for better performance. Specifically, we've changed certain 'setUp' and 'tearDown' methods and switched assertions 'assertContains' to 'assertStringContainsString'.

  • Removal of Unnecessary Inclusion
    We cleaned up bootstrap.php file by removing an unnecessary inclusion of the 'compatibility.php' file.

  • File Deletion
    An unneeded file, 'compatibility.php', has been removed from the repository.

@codecov
Copy link

codecov bot commented Sep 29, 2023

Welcome to Codecov 🎉

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 ☂️

@terabytesoftw terabytesoftw changed the title Raise min version to PHP 7.3, check compatibility PHP 8.3. Raise min version to PHP 8.1, check compatibility PHP 8.3. Feb 19, 2024
@terabytesoftw terabytesoftw changed the base branch from master to 3.0 February 19, 2024 13:41
@terabytesoftw terabytesoftw marked this pull request as ready for review February 19, 2024 13:41
@terabytesoftw terabytesoftw added the status:code review The pull request needs review. label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant