瀏覽代碼

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 年之前
父節點
當前提交
2b7f6b2b84
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: