Our Que tests started failing after the release of Postgres v14 as the PG gem/ActiveRecord were no longer able to authenticate with the server
There doesn't seem to be a combination of dependencies that are compatible with Ruby 2.0-2.3 AND Postgres 14, so I've restricted the Postgres docker image to v13 instead
Goal
Our Que tests started failing after the release of Postgres v14 as the PG gem/ActiveRecord were no longer able to authenticate with the server
There doesn't seem to be a combination of dependencies that are compatible with Ruby 2.0-2.3 AND Postgres 14, so I've restricted the Postgres docker image to v13 instead