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/socialite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.25.0
Choose a base ref
...
head repository: laravel/socialite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.26.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 10, 2026

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    b1fb602 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Remove redundant "When to Apply" section from skill body (#766)

    This section was already covered by the skill's description frontmatter and doesn't affect triggering behavior. See laravel/boost#669.
    pushpak1300 authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    30f44dd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. [5.x] Fix workflow YAML syntax and clean up broken CI matrix (#769)

    * Quote *.x branch pattern in workflow YAML
    
    Unquoted *.x is invalid YAML — the * character is reserved for
    alias nodes. This caused the tests workflow to fail on every push
    to versioned branches, meaning no tests have been running on push
    or schedule triggers.
    
    * Disable fail-fast so old PHP failures don't cancel L12/L13 jobs
    
    The PHP 7.x matrix entries fail on dependency resolution because
    firebase/php-jwt v6.11+ requires PHP 8.0+. With fail-fast: true,
    this single failure cancels all other jobs including the L12/L13
    matrices that pass fine.
    
    Setting fail-fast: false lets all jobs run independently so the
    current Laravel version results are visible regardless of legacy
    version failures.
    
    * Remove broken PHP 7.x and Laravel 6-7 matrix entries
    
    PHP 7.x entries fail on dependency resolution — firebase/php-jwt
    v6.11+ requires PHP 8.0+ and composer can no longer resolve a
    compatible version for PHP 7.x.
    
    PHP 8.0 with Laravel 6-7 entries consistently hit GitHub Actions
    runner shutdown timeouts.
    
    These combinations haven't been passing since at least Jan 2026.
    Restores fail-fast: true now that all remaining entries pass.
    JoshSalway authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    1d26f0c View commit details
    Browse the repository at this point in the history
Loading