Run migration tests against postgres 16 and 17 as well (#32416)
This commit is contained in:
parent
a20f38c930
commit
5c4bcd2f08
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-migrations.yml
vendored
2
.github/workflows/test-migrations.yml
vendored
|
@ -32,6 +32,8 @@ jobs:
|
|||
postgres:
|
||||
- 14-alpine
|
||||
- 15-alpine
|
||||
- 16-alpine
|
||||
- 17-alpine
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
Loading…
Reference in a new issue