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 years ago
parent
commit
2b7f6b2b84
1 changed files with 1 additions and 1 deletions
  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: