Skip to content

Commit daf21f1

Browse files
committed
add Postgres 18 and drop Postgres 12
1 parent f03e2df commit daf21f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ["master", "v1"]
66
paths-ignore:
7-
- "docs/**"
7+
- "docs/**"
88
pull_request:
99
branches: ["master", "v1"]
1010
paths-ignore:
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
matrix:
8888
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
89-
postgres-version: [12, 13, 14, 15, 16, 17]
89+
postgres-version: [13, 14, 15, 16, 17, 18]
9090

9191
# Service containers to run with `container-job`
9292
services:

0 commit comments

Comments
 (0)