Skip to content

Commit c1bb3ed

Browse files
authored
Bump postgres version in gh workflows (#4254)
PostgreSQL v10 and v11 already reached there EOL: https://www.postgresql.org/support/versioning/
1 parent 388c2f8 commit c1bb3ed

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:10", "postgres:11", "postgres:16"]
46+
image: ["postgres:13", "postgres:15", "postgres:16"]
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:10", "postgres:11", "postgres:16"]
36+
image: ["postgres:13", "postgres:15", "postgres:16"]
3737
services:
3838
postgres:
3939
image: ${{ matrix.image }}

0 commit comments

Comments
 (0)