Skip to content

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
Contributor

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>

@aarondfrancis
Copy link
Owner

plucked this to main, thanks yall!

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.

4 participants