Skip to content

Commit

Permalink
Use postgres 10 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Aug 26, 2021
1 parent 1fd8803 commit 0d22b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- 6379:6379

postgres:
image: postgres:9.6
image: postgres:10
ports:
- 5432:5432
env:
Expand Down

0 comments on commit 0d22b7a

Please sign in to comment.