Skip to content

Laravel 12.* upgrade #23

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

Merged
merged 2 commits into from
Mar 28, 2025

Conversation

jackbayliss
Copy link
Contributor

@jackbayliss jackbayliss commented Mar 28, 2025

This closes #22

Adds the following:

  • This ensures CI tests run on PR requests ( wont here as it's not merged yet :) )
  • Updates the CI actions - as they were using v1 items
  • Applies the Laravel shift pr changes

See the tests here

I've checked on a laravel 12 project, and seems good to me :

php artisan --version
Laravel Framework 12.3.0
php vendor/bin/phpunit --filter ApiTest
PHPUnit 11.5.15 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.3.8
Configuration: /var/www/vhosts/app/phpunit.xml.dist

.........                                                           9 / 9 (100%)

Detected 1 test where the duration exceeded the maximum duration.

1. 00:03.427 (00:02.000) Tests\Feature\Api\ApiTest::test_open_api

Time: 00:03.837, Memory: 124.50 MB

OK (9 tests, 352 assertions)

Copy link
Member

@luisdalmolin luisdalmolin left a comment

Choose a reason for hiding this comment

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

Thanks!

@luisdalmolin luisdalmolin merged commit adbb409 into kirschbaum-development:main Mar 28, 2025
7 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.

Laravel 12.* support
2 participants