The Wire ยท Showcase
JETSTREAM PATCHES MACOS PHP SETUP
By RepoJournal ยท Filed ยท About Laravel
Jetstream pulls in a critical fix for macOS environments where GitHub Actions PHP setup was failing.
Jetstream merged a dependency bump that brings setup-php from 2.37.1 to 2.37.2 [1], addressing a regression that broke macOS CI pipelines. The upstream fix marks shivammathur/php and shivammathur/extensions as trusted repositories, restoring the ability to install PHP extensions on macOS runners without permission errors. If your team runs Jetstream with GitHub Actions on macOS, you'll want this merged before your next workflow run. This is a quiet but necessary patch for anyone building on macOS.
Action items
- โ Pull latest Jetstream to pick up the setup-php fix laravel/jetstream [plan]
References
- [1] Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group โ laravel/jetstream
FAQ
- What changed in Laravel on June 14, 2026?
- Jetstream pulls in a critical fix for macOS environments where GitHub Actions PHP setup was failing.
- What should Laravel teams do about it?
- Pull latest Jetstream to pick up the setup-php fix
- Which Laravel repositories shipped on June 14, 2026?
- laravel/jetstream