diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-25 15:11:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-26 10:01:42 +0200 |
commit | 0d22b7ad5ffea0a830a266815f7bdfd8893917c9 (patch) | |
tree | 4b40fb09da8bdce1d3e20e01ae522d32fcd74cec /.github/workflows | |
parent | 1fd8803cd9abcc22b081c3946a15b721facfdb28 (diff) | |
download | PeerTube-0d22b7ad5ffea0a830a266815f7bdfd8893917c9.tar.gz PeerTube-0d22b7ad5ffea0a830a266815f7bdfd8893917c9.tar.zst PeerTube-0d22b7ad5ffea0a830a266815f7bdfd8893917c9.zip |
Use postgres 10 for tests
Diffstat (limited to '.github/workflows')
-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: |