Tags: laravel/socialite
Tags
Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (… …#777) Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[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.
Add Testing Fakes (#756) * Add initial implementation * WIP * Add tests * Tweak test comment * Remove unused imports * Spacing * PHP <= 8.0 compatibility * Another PHP compatibility tweak * Update SocialiteFakeTest.php * Remove redirect param and fix compatibility * Remove Fake interface since it doesn't exist in earlier Laravel versions * Remove unused property * formatting * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
[5.x] PHP 8.5 Compatibility (#755) * [5.x] PHP 8.5 Compatibility Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
PreviousNext