-
-
Notifications
You must be signed in to change notification settings - Fork 469
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
#2440 - Support PHP 8.4 #2441
#2440 - Support PHP 8.4 #2441
Conversation
…cli-options-parser' package
…ons-parser' package
@Girgias Could you know why it happens in PHP8.4?
https://github.com/zephir-lang/zephir/actions/runs/12985306565/job/36209905121?pr=2441#step:6:474 |
Hum, I guess the linker is trying to use the version I defined instead of the Zend one, let me send a PR. |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development #2441 +/- ##
==============================================
+ Coverage 0 5.51% +5.51%
==============================================
Files 0 282 +282
Lines 0 25494 +25494
==============================================
+ Hits 0 1406 +1406
- Misses 0 24088 +24088 |
Hello!
In raising this pull request, I confirm the following:
Small description of change:
Thanks