Skip to content

Commit

Permalink
ci: set postgres to 16 for testing instead of latest (now 17) (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem authored Sep 30, 2024
1 parent caedd88 commit 7a51dad
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 @@ -52,7 +52,7 @@ jobs:

services:
postgres:
image: postgres # https://hub.docker.com/_/postgres
image: postgres:16 # https://hub.docker.com/_/postgres
env:
POSTGRES_PASSWORD: postgres # env variable required by postgres Docker container
POSTGRES_USER: chemotion # optional env variable used in conjunction with POSTGRES_PASSWORD to set a user and their password
Expand Down

0 comments on commit 7a51dad

Please sign in to comment.