diff options
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f38b07bc6..78a9a28c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -19,7 +19,7 @@ jobs: | |||
19 | - 6379:6379 | 19 | - 6379:6379 |
20 | 20 | ||
21 | postgres: | 21 | postgres: |
22 | image: postgres:9.6 | 22 | image: postgres:10 |
23 | ports: | 23 | ports: |
24 | - 5432:5432 | 24 | - 5432:5432 |
25 | env: | 25 | env: |