Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 12 Upgrade #2755

Draft
wants to merge 7 commits into
base: 3.x
Choose a base branch
from
Draft

Laravel 12 Upgrade #2755

wants to merge 7 commits into from

Conversation

Braunson
Copy link

@Braunson Braunson commented Mar 28, 2025

Description

Updated 3.x to support Laravel 12

  • Updates composer and dependencies (including min PHP version to match Laravel 12 - 8.2)
  • Updated workflow test matrix to include Laravel 12

Related Issues

Fixes #2734

Notes

Since 12 changes things, we may need to move this to a major release where we drop support for 10.x.. leaving it up to the maintainers (@ifox) and will move this to draft mode.

@CLAassistant
Copy link

CLAassistant commented Mar 28, 2025

CLA assistant check
All committers have signed the CLA.

@Braunson Braunson marked this pull request as draft March 28, 2025 20:11
@Tofandel
Copy link
Contributor

Tofandel commented Mar 31, 2025

You also need to edit in require-dev

    "phpunit/phpunit": "~9.0 || ~10.0 || ~11.0",

There is no structure changes that warrant a major release of twill in V12 AFAIK

@Braunson Braunson requested a review from Tofandel April 1, 2025 05:04
@Tofandel
Copy link
Contributor

Tofandel commented Apr 1, 2025

"orchestra/testbench": "^7.8 || ^8.0 || ^9.0 || ^10", in require dev as well

And testbench dusk as well

Co-authored-by: Adrien Foulon <[email protected]>
@Tofandel
Copy link
Contributor

Tofandel commented Apr 2, 2025

There is still larastan/larastan which will need ^2.9 | ^3.0

As only 3.0 supports l12 but drops support for l10

Though this one might need some manual actions if there is breaking changes, hopefully not

Also for cartalyst/tags we need to exclude php 8.2 from the matrix with l12 for now, they increased requirements to 8.3 when l12 only requires 8.2 cartalyst/tags#53

Tofandel referenced this pull request in cartalyst/tags Apr 2, 2025
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.

Laravel 12 Support
3 participants