Skip to content

Commit

Permalink
Merge pull request #136 from WyriHaximus/Hard-code-postgres-version-t…
Browse files Browse the repository at this point in the history
…o-16.2-for-tests-for-now

Hard code postgres version to 16.2 for tests for now
  • Loading branch information
WyriHaximus authored Apr 9, 2024
2 parents 874e7af + ea7ac18 commit 4503609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
name: Continuous Integration
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
with:
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 comments on commit 4503609

Please sign in to comment.