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.
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
- → 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