Browse Source

test: revert version change for quick tests

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/5481/head
Raju Udava 1 year ago
parent
commit
422940e3d7
  1. 6
      tests/playwright/scripts/docker-compose-pg-pw-quick.yml

6
tests/playwright/scripts/docker-compose-pg-pw-quick.yml

@ -1,8 +1,8 @@
version: "2.2"
version: "2.1"
services:
pg147:
image: postgres:14.7
pg96:
image: postgres:9.6
restart: always
environment:
POSTGRES_PASSWORD: password

Loading…
Cancel
Save