mojolicious / mojo-pg

Mojolicious :heart: PostgreSQL
https://metacpan.org/release/Mojo-Pg
Artistic License 2.0
101 stars 46 forks source link

Broken CI tests #85

Closed kraih closed 2 years ago

kraih commented 2 years ago
t/connection.t .... ok
DBI connect('dbname=postgres;host=postgres;port=5432','postgres',...) failed: authentication method 10 not supported at /__w/mojo-pg/mojo-pg/lib/Mojo/Pg.pm line [7](https://github.com/mojolicious/mojo-pg/runs/5499539661?check_suite_focus=true#step:7:7)3.
t/crud.t ..........

Our GitHub actions are currently broken. It's probably an issue with incompatible library versions that needs to be untangled.

kraih commented 2 years ago

The same probably applies to https://github.com/mojolicious/minion as well.