Upgrade CA dependencies: PHP 8.3, Laravel 11, PHPUnit 11#2842
Upgrade CA dependencies: PHP 8.3, Laravel 11, PHPUnit 11#2842emmachughes merged 15 commits intomasterfrom
Conversation
…xception: There is already an active transaction' when running tests
|
Issue with |
|
Sounds like a problem caused by https://laravel.com/docs/11.x/upgrade#modifying-columns, perhaps? |
|
Seems so. This is a big change, it will be an issue with all new installations. It's possible to fix the migrations, but there are over 100 migrations, so maybe the Database squash on a pre Laravel 11 setup is a solution? |
|
I think we should fix the migrations instead. It doesn't seem like it would be too hard. The columns that have
|
|
Have verified that the resulting database schema is identical to that of an existing install. |
No description provided.