Skip to content

Commit 0bedcf7

Browse files
committed
Upgrade CI to test newer versions of postgres
1 parent a1ee26f commit 0bedcf7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/morango_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Label used to access the service container
103103
postgres:
104104
# Docker Hub image
105-
image: postgres:12
105+
image: postgres:16
106106
# Provide the password for postgres
107107
env:
108108
POSTGRES_USER: postgres

.github/workflows/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
max-parallel: 5
1616
matrix:
17-
postgres-version: [9, 10, 11, 12, 13]
17+
postgres-version: [12, 13, 14, 15, 16]
1818
services:
1919
# Label used to access the service container
2020
postgres:

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
# Label used to access the service container
9696
postgres:
9797
# Docker Hub image
98-
image: postgres:12
98+
image: postgres:16
9999
# Provide the password for postgres
100100
env:
101101
POSTGRES_USER: postgres
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ubuntu-latest
138138
services:
139139
postgres:
140-
image: postgres:12
140+
image: postgres:16
141141
env:
142142
POSTGRES_USER: postgres
143143
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)