summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Winther <jippignu@gmail.com>2024-10-16 09:44:28 +0200
committerGitHub <noreply@github.com>2024-10-16 07:44:28 +0000
commit5900c8c7fd3fb0f3a99f144f79d864fcdedeeca5 (patch)
tree592e0fa21a9cbc55739647d7759926f00456491b
parent25f8003d75515fb1c195c6f4ca2ea92a0d58163e (diff)
Run migration tests against postgres 16 and 17 as well (#32416)
-rw-r--r--.github/workflows/test-migrations.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-migrations.yml b/.github/workflows/test-migrations.yml
index 6a0e67c58ee..5b80fef0372 100644
--- a/.github/workflows/test-migrations.yml
+++ b/.github/workflows/test-migrations.yml
@@ -32,6 +32,8 @@ jobs:
postgres:
- 14-alpine
- 15-alpine
+ - 16-alpine
+ - 17-alpine
services:
postgres: