1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-23 23:02:08 +03:00

Comment mentions: Fixed CI and test scenarios

This commit is contained in:
Dan Brown
2025-12-18 17:40:05 +00:00
parent 51f9b63db0
commit a941d1b403
2 changed files with 3 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ return [
'strict' => false,
'engine' => null,
'options' => extension_loaded('pdo_mysql') ? array_filter([
// @phpstan-ignore class.notFound
(PHP_VERSION_ID >= 80500 ? \Pdo\Mysql::ATTR_SSL_CA : \PDO::MYSQL_ATTR_SSL_CA) => env('MYSQL_ATTR_SSL_CA'),
]) : [],
],