The Wire · Showcase
SETUP-PHP FIXES MACOS CI BREAKAGE ACROSS LARAVEL ECOSYSTEM
By RepoJournal · Filed · About Laravel
The shivammathur/setup-php action landed a critical macOS fix overnight, and it's already rolling through Laravel's core projects.
Setup-php 2.37.2 resolved a macOS setup failure [1] that was breaking CI pipelines for teams running GitHub Actions on Apple hardware. The fix marks shivammathur/php and shivammathur/extensions as trusted, unblocking macOS builds that were silently failing. Both laravel/surveyor [1] and laravel/ai [2] have already merged the bump, signaling this is a non-negotiable upgrade for anyone running Laravel workflows on macOS. If your CI is flaky on Apple runners, this is your culprit.
One email a day. Unsubscribe in one click.
Keep up with Laravel in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Update shivammathur/setup-php to 2.37.2 in your GitHub Actions workflows laravel/surveyor [immediate]
- → Check your CI logs for macOS setup failures since last night laravel/ai [plan]
References