use postgres 15 in CI
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 31 Dec 2022 18:29:16 +0000 (18:29 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 31 Dec 2022 18:29:16 +0000 (18:29 +0000)
.woodpecker.yml

index fa2114337b01c430aabee940f9f03ddccc35fd6f..9395567f402b5b63f07fde9528cd13ab4a3c1577 100644 (file)
@@ -41,7 +41,7 @@ variables:
 
 services:
   postgres:
-    image: postgres:13
+    image: postgres:15
     when:
       event:
         - pull_request