Skip to content

Conversation

Sn0wCrack
Copy link
Contributor

@Sn0wCrack Sn0wCrack commented Oct 21, 2025

I noticed on self-hosted Ubuntu runners that no matter what the PHP Builder script is always used for PHP 8.3 and PHP 8.4, despite them being available via the ondrej/php PPA.

I tracked this back to the the Nightly Versions regex matching against PHP 8.3 and PHP 8.4

I don't believe there is any reason for these versions to need to be built from source currently.

I have run this against my own self-hosted Ubuntu runners and there does not appear to be any side affects.


Description

This PR updates then nightly version regex to only target PHP 8.5 and up.

In case this PR edits any scripts:

  • I have checked the edited scripts for syntax.
  • I have tested the changes in an integration test (If yes, provide workflow YAML and link).

Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5c87842) to head (28a3f8f).

Additional details and impacted files
@@            Coverage Diff            @@
##           develop     #1014   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          822       822           
  Branches       288       288           
=========================================
  Hits           822       822           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant