Skip to content

Commit 3a61134

Browse files
authored
Use pg 14 as min version for unit tests (#5034)
- pg 13 reached EOL
1 parent e8fbfa6 commit 3a61134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
image: ["postgres:13", "postgres:15", "postgres:17"]
46+
image: ["postgres:14", "postgres:15", "postgres:17"]
4747
services:
4848
postgres:
4949
image: ${{ matrix.image }}

.github/workflows/unit_tests_backwards_compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
max-parallel: 3
3535
matrix:
36-
image: ["postgres:13", "postgres:15", "postgres:17"]
36+
image: ["postgres:14", "postgres:15", "postgres:17"]
3737
services:
3838
postgres:
3939
image: ${{ matrix.image }}

0 commit comments

Comments
 (0)