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

Upgrade PHP version to 8.1. #307

Merged
merged 6 commits into from
Jan 29, 2024
Merged

Upgrade PHP version to 8.1. #307

merged 6 commits into from
Jan 29, 2024

Conversation

terabytesoftw
Copy link
Member

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

Copy link

what-the-diff bot commented Jan 27, 2024

PR Summary

  • Updated PHP versions in GitHub Actions workflows
    The recent update transitions our GitHub Action workflows from using PHP version 8.0 to versions 8.1, 8.2, and 8.3. With this update, our actions are compatible with the latest and more efficient versions of PHP, ensuring better performance and stability.

  • Removed .env.example from static analysis monitoring
    We no longer monitor changes in the .env.example file within the static analysis workflow. This change simplifies the static analysis process as this file is not significantly linked to code quality or performance.

  • Replaced the mutation job with the psalm job in the static analysis workflow
    The mutation job in the static analysis workflow has been replaced with the psalm job from yiisoft/actions. This swap improves our code analysis capability, as the psalm job offers a more comprehensive static analysis feature.

  • Elevated the PHP version requirement in composer.json
    The PHP version requirement in the composer.json file was moved from ^8.0 to ^8.1. This update means our project is now specifically tailored to work optimally with the higher versions of PHP, thereby improving overall package compatibility and functionality.

Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f8a7ec3) 100.00% compared to head (8abfb4d) 100.00%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #307   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        20        20           
===========================================
  Files              8         8           
  Lines             58        58           
===========================================
  Hits              58        58           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@terabytesoftw terabytesoftw requested a review from a team January 27, 2024 13:37
@terabytesoftw terabytesoftw added the status:code review The pull request needs review. label Jan 27, 2024
Copy link
Member

@vjik vjik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additionally need update rector configuration.

psalm.xml Outdated Show resolved Hide resolved
@samdark samdark merged commit 3cf3905 into master Jan 29, 2024
18 checks passed
@samdark samdark deleted the update-php-version branch January 29, 2024 06:54
@vjik vjik mentioned this pull request Jan 29, 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.

3 participants