Skip to content

Commit

Permalink
Merge pull request #731 from cortex-lab/postgres_ci_to_v13
Browse files Browse the repository at this point in the history
specifying postgres v13 for CI
  • Loading branch information
micheleangelofabbri committed Apr 12, 2022
2 parents cb0489f + 4e6d41b commit bd3dc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres
image: postgres:13
env:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
Expand Down

0 comments on commit bd3dc04

Please sign in to comment.