mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
0ac8089eee
The error on PHP 7.2 & 7.3 is: > PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password] See: - https://stackoverflow.com/q/53066962/569101 - https://stackoverflow.com/q/52364415/569101 - https://stackoverflow.com/q/51489616/569101 - https://stackoverflow.com/q/50026939/569101 Also upgrade `actions/checkout` v3
10 lines
303 B
YAML
10 lines
303 B
YAML
parameters:
|
|
test_database_driver: pdo_mysql
|
|
test_database_host: 127.0.0.1
|
|
test_database_port: 3306
|
|
test_database_name: wallabag_test
|
|
test_database_user: root
|
|
test_database_password: root
|
|
test_database_path: ~
|
|
env(TEST_DATABASE_PATH): ~
|
|
test_database_charset: utf8mb4
|