ci(php): pin supported PHP version#3333
Conversation
|
Thanks for the pull request. It is now waiting for review, labeled You can update that label as the review goes back and forth, with slash commands - each on its own line, in a regular PR comment (not an inline review reply):
Commands take up to ~90s to apply. If no reaction (👍 or 😕) appears on your comment, the apply step likely failed - check the repo's Actions tab for the See CONTRIBUTING.md for details. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3333 +/- ##
============================================
+ Coverage 73.57% 73.64% +0.07%
Complexity 943 943
============================================
Files 1222 1223 +1
Lines 114939 115710 +771
Branches 91676 92476 +800
============================================
+ Hits 84561 85214 +653
- Misses 27532 27590 +58
- Partials 2846 2906 +60
🚀 New features to boost your workflow:
|
|
@countradooku mind checking this? |
I will check |
|
@hubcio looks good to me |
Which issue does this PR close?
Closes #3305
Rationale
The PHP SDK action used distro/default PHP packages, so the tested PHP version could drift with runner image defaults.
What changed?
The PHP setup now installs explicit PHP 8.3 packages and exports the exact
php8.3/php-config8.3binaries for later steps.Local Execution
AI Usage