Skip to content

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 you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

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
@terabytesoftw terabytesoftw changed the title Raise min version to PHP 8.1, check compatibility PHP 8.3. Raise min version to PHP 8.1, check compatibility PHP 8.4. May 4, 2025
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.

6 participants