Skip to content

Commit ea7ac18

Browse files
authored
Hard code postgres version to 16.2 for tests for now
1 parent 9e09527 commit ea7ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
name: Continuous Integration
1717
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
1818
with:
19-
services: "{\"postgres\":{\"image\":\"postgres:${{ matrix.postgres }}\",\"env\":{\"POSTGRES_PASSWORD\":\"postgres\"},\"options\":\"--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5\"}}"
19+
services: "{\"postgres\":{\"image\":\"postgres:16.2\",\"env\":{\"POSTGRES_PASSWORD\":\"postgres\"},\"options\":\"--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5\"}}"

0 commit comments

Comments
 (0)