Add Postgres 15 testing for migrations (#23887)
2 files changed, 18 insertions(+), 2 deletions(-) M .github/workflows/test-migrations-one-step.yml M .github/workflows/test-migrations-two-step.yml
M .github/workflows/test-migrations-one-step.yml => .github/workflows/test-migrations-one-step.yml +9 -1
@@ 23,9 23,17 @@ jobs: needs: pre_job if: needs.pre_job.outputs.should_skip != 'true' strategy: fail-fast: false matrix: postgres: - 14-alpine - 15-alpine services: postgres: image: postgres:14-alpine image: postgres:${{ matrix.postgres}} env: POSTGRES_PASSWORD: postgres POSTGRES_USER: postgres
M .github/workflows/test-migrations-two-step.yml => .github/workflows/test-migrations-two-step.yml +9 -1