]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Use postgres 10 for tests
authorChocobozzz <me@florianbigard.com>
Wed, 25 Aug 2021 13:11:49 +0000 (15:11 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 26 Aug 2021 08:01:42 +0000 (10:01 +0200)
.github/workflows/test.yml

index f38b07bc696b962207611ecef6b0fbea60496e90..78a9a28c03e7b098e3c4196f092265864d1886b9 100644 (file)
@@ -19,7 +19,7 @@ jobs:
           - 6379:6379
 
       postgres:
-        image: postgres:9.6
+        image: postgres:10
         ports:
           - 5432:5432
         env: