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 support for php8.3 #3642

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Add support for php8.3 #3642

merged 1 commit into from
Oct 9, 2023

Conversation

hamza221
Copy link
Contributor

@hamza221 hamza221 commented Oct 2, 2023

closes #3641

@hamza221 hamza221 added the 3. to review Waiting for reviews label Oct 2, 2023
@hamza221 hamza221 self-assigned this Oct 2, 2023
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (26d9c6e) 1.81% compared to head (a682f13) 2.07%.

❗ Current head a682f13 differs from pull request most recent head 91d2cb8. Consider uploading reports for the commit 91d2cb8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##              main   #3642      +/-   ##
==========================================
+ Coverage     1.81%   2.07%   +0.26%     
==========================================
  Files          113      89      -24     
  Lines         6130    5348     -782     
  Branches      1491    1491              
==========================================
  Hits           111     111              
+ Misses        5901    5119     -782     
  Partials       118     118              

see 24 files with indirect coverage changes

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

Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

No CI coverage

@hamza221 hamza221 force-pushed the feat/php8.3-support branch from a6fd7bf to a682f13 Compare October 2, 2023 15:29
@@ -88,7 +88,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
Copy link
Member

Choose a reason for hiding this comment

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

works, but bloats the matrix. could you move 8.0 out of this array and have one dedicated job in the include section below?

Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
@hamza221 hamza221 force-pushed the feat/php8.3-support branch from a682f13 to 91d2cb8 Compare October 7, 2023 19:30
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

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

😎

@ChristophWurst ChristophWurst merged commit 9854dd8 into main Oct 9, 2023
26 checks passed
@ChristophWurst ChristophWurst deleted the feat/php8.3-support branch October 9, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add PHP8.3 support
2 participants