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

Add tests for PHP 8.4 branch 2.2. #20131

Draft
wants to merge 2 commits into
base: 2.2
Choose a base branch
from

Conversation

terabytesoftw
Copy link
Member

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

Copy link

what-the-diff bot commented Mar 20, 2024

PR Summary

  • Enhanced PHP Version Support across workflows
    Introduced PHP version 8.4 as an option across all our GitHub workflows. This will allow our code to be tested against more recent versions of PHP, ensuring it stays compatible and current.

  • Changed Image Source and Version for MSSQL Server
    The MSSQL server image has been sourced from a new provider; specifically from mcr.microsoft.com/mssql/server. Besides, the MSSQL server versions 2017-latest, 2019-latest, and 2022-latest have now been included. This means our code will now also be tested against the latest versions of the MSSQL server databases.

  • Updated MySQL Matrix Version in CI Workflow
    In the MySQL continuous integration workflow, the MySQL version was adjusted from latest to 5.7. This indicates a shift to a more stable, known entity for testing.

  • Expanded PostgreSQL Versioning in CI Workflow
    Updated the PostgreSQL versions from 10-15 to specific versions 10, 11, 12, 13, 14, 15. By specifying the versions, we can ensure our database interactions remain compatible across all these versions.

@terabytesoftw terabytesoftw marked this pull request as draft March 20, 2024 10:12
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.62%. Comparing base (9578380) to head (fd7e964).

Additional details and impacted files
@@            Coverage Diff            @@
##                2.2   #20131   +/-   ##
=========================================
  Coverage     65.62%   65.62%           
  Complexity    11213    11213           
=========================================
  Files           424      424           
  Lines         36681    36681           
=========================================
  Hits          24073    24073           
  Misses        12608    12608           

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

@terabytesoftw terabytesoftw changed the title Add tests for PHP 8.4. Add tests for PHP 8.4 branch master 2.2. Mar 20, 2024
@terabytesoftw terabytesoftw changed the title Add tests for PHP 8.4 branch master 2.2. Add tests for PHP 8.4 branch 2.2. Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant