Skip to content

Add Support for Laravel 12 #155

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

stefanzweifel
Copy link
Contributor

This PR updates the version constraints to support Laravel 12.

@stefanzweifel stefanzweifel marked this pull request as draft February 14, 2025 21:31
@owenvoke
Copy link

I think the CI might need a re-run, as Laravel 12 has been released so the failing L12 ones should actually run now. 👀 However, I tested locally and it looks like the tests are still failing with differences in the naming.

@nbyloff
Copy link

nbyloff commented Apr 11, 2025

@stefanzweifel The tests seem to be failing because the APP_ENV defaults to workbench instead of testing. Unsure why that got changed, but adding this locally to my phpunit.xml, all tests pass. Hopefully then @aarondfrancis can merge?

<php>
    <server name="APP_ENV" value="testing"/>
  </php>

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