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.
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
FAQ
- What changed in Laravel on June 15, 2026?
- The shivammathur/setup-php action landed a critical macOS fix overnight, and it's already rolling through Laravel's core projects.
- What should Laravel teams do about it?
- Update shivammathur/setup-php to 2.37.2 in your GitHub Actions workflows • Check your CI logs for macOS setup failures since last night
- Which Laravel repositories shipped on June 15, 2026?
- laravel/surveyor, laravel/ai