Closed remicollet closed 2 years ago
So... cache issue.
So, this is a regression (tested with 6.5.1)
I confirm it's a Symfony Container Compiled cache issue on my side. Good catch @remicollet ! I'll fix it tomorrow morning, because I've not enough time tonight.
As it's related to database, the fix will be applied on PHP_CompatInfoDB.
FYI: as I've also some minor changes to do on CompatInfo, I'll also release a bugfix 6.5.2
@remicollet FYI :
"bartlett/php-compatinfo-db": "4.6.x-dev"
)I'll release both CompatInfoDB 4.6.1 and CompatInfo 6.5.2 in few hours unless we found another critical issue (but I don't think so ;-)
Versions CompatInfoDB 4.6.1 and CompatInfo 6.5.2 are now available.
Was working as expected in 6.4.x
First call is OK
Second call is broken, DATABASE_URL env is ignored
Workaround
So... cache issue.
So, this is a regression (tested with 6.5.1)