Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/sail
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.43.1
Choose a base ref
...
head repository: laravel/sail
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.44.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on May 27, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed May 27, 2025
    Configuration menu
    Copy the full SHA
    a6942ea View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Add tests for laravel 12 and supported vers of php (#801)

    * Add tests for laravel 12 and supported vers of php
    
    * Update tests.yml
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    furai and taylorotwell authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    3ee6855 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Feature: Allow passing in extra options to MYSQL executable (#805)

    * Add MYSQL_EXTRA_OPTIONS environment variable for mysql service, using an empty string by default
    
    * Use new MYSQL_EXTRA_OPTIONS in sail shell script to pass in options whenever sail mysql gets executed
    
    * Remove :-"" from mysql.stub
    
    * fix typo
    ipontt authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    a09097b View commit details
    Browse the repository at this point in the history
Loading