Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1634862

Browse files
committed
correct postgres version
1 parent 9c46495 commit 1634862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Oldest Python with PostgreSQL
8888
- python-version: "3.7"
8989
database: "postgres"
90-
postgres-version: "9.10"
90+
postgres-version: "10"
9191
toxenv: "py"
9292

9393
# Newest Python with newest PostgreSQL
@@ -292,7 +292,7 @@ jobs:
292292
matrix:
293293
include:
294294
- python-version: "3.7"
295-
postgres-version: "9.10"
295+
postgres-version: "10"
296296

297297
- python-version: "3.10"
298298
postgres-version: "14"

0 commit comments

Comments
 (0)