Skip to content

Commit

Permalink
match the version of postgres used in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Dec 4, 2023
1 parent 20ebc66 commit f468a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI
on: [push]
on: push
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -14,7 +14,7 @@ jobs:

services:
postgres:
image: postgres:11.5
image: postgres:12.3
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit f468a9d

Please sign in to comment.