We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 874e7af + ea7ac18 commit 4503609Copy full SHA for 4503609
.github/workflows/ci.yml
@@ -16,4 +16,4 @@ jobs:
16
name: Continuous Integration
17
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
18
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\"}}"
+ 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