Skip to content

Laravel 13 support#5

Merged
bytestream merged 2 commits into
masterfrom
laravel-13
May 21, 2026
Merged

Laravel 13 support#5
bytestream merged 2 commits into
masterfrom
laravel-13

Conversation

@bytestream

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 21, 2026 20:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates package dependencies and CI to target newer Laravel/Illuminate and PHP versions, aligning the library with the Laravel 13 ecosystem.

Changes:

  • Bump minimum PHP requirement to ^8.2 and Illuminate dependencies to ^11|^12|^13.
  • Upgrade dev dependency phpunit/phpunit to ^12.0.
  • Update CI PHP matrix to test 8.2 through 8.5.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
composer.json Raises minimum PHP/Laravel (Illuminate) versions and upgrades PHPUnit to support newer Laravel versions.
.github/workflows/ci.yml Adjusts the CI matrix to run against newer PHP versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread composer.json
Comment thread composer.json
Comment on lines 19 to 22
"php-coveralls/php-coveralls": "^2.7.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^11.0",
"slevomat/coding-standard": "^8.15",
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 26252060257

Coverage remained the same at 97.175%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 177
Covered Lines: 172
Line Coverage: 97.18%
Coverage Strength: 8.1 hits per line

💛 - Coveralls

@coveralls

coveralls commented May 21, 2026

Copy link
Copy Markdown

Coverage Report for CI Build 26252056942

Coverage remained the same at 97.175%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 177
Covered Lines: 172
Line Coverage: 97.18%
Coverage Strength: 16.2 hits per line

💛 - Coveralls

@bytestream bytestream merged commit 27b0762 into master May 21, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants