mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
build: setup testing matrix for postgres 14 and 17 (#11433)
This commit is contained in:
parent
a61654e079
commit
9464e6522a
6
.github/workflows/database-tests.yml
vendored
6
.github/workflows/database-tests.yml
vendored
@ -212,10 +212,14 @@ jobs:
|
||||
|
||||
postgres:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
postgis-version: ["14-3.5", "17-3.5"]
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgis/postgis:14-3.3
|
||||
image: postgis/postgis:${{ matrix.postgis-version }}
|
||||
ports:
|
||||
- "5432:5432"
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user