Преглед изворни кода

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
     timeout-minutes: 20
     services:
     services:
       database:
       database:
-        image: postgres:latest
+        image: postgres:14
         env:
         env:
           POSTGRES_PASSWORD: "secret"
           POSTGRES_PASSWORD: "secret"
         ports:
         ports: