v13.6.0.4
Upstream EloquentDeleteTest::testDeleteWithLimitAndJoinThrowsExceptionOnMySql expects DELETE ... JOIN ... LIMIT to throw on MariaDB. MariaDB 11+ actually accepts this syntax, so the test fails on 'Very Latest'. This is an upstream Laravel test-assumption bug, not a Fledge issue. No need to gate Fledge CI on MariaDB bleeding-edge.