Browse Source

force postgres 14 for func tests (#1813)

the postgres 15 image (released two days ago) has a permission issue. proper fix will follow
mmetc 2 năm trước cách đây
mục cha
commit
2b7f6b2b84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/bats-postgres.yml

+ 1 - 1
.github/workflows/bats-postgres.yml

@@ -14,7 +14,7 @@ jobs:
     timeout-minutes: 20
     services:
       database:
-        image: postgres:latest
+        image: postgres:14
         env:
           POSTGRES_PASSWORD: "secret"
         ports: