Skip to content

Commit 02f74ca

Browse files
authored
Use psql-13 in integration tests (#557)
1 parent 9ef0611 commit 02f74ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
postgres-image:
5050
- postgres:17
5151
- postgres:15
52-
- postgres:12
52+
- postgres:13
5353
include:
5454
- postgres-image: postgres:17
5555
postgres-auth: scram-sha-256
5656
- postgres-image: postgres:15
5757
postgres-auth: md5
58-
- postgres-image: postgres:12
58+
- postgres-image: postgres:13
5959
postgres-auth: trust
6060
container:
6161
image: swift:6.1-noble

0 commit comments

Comments
 (0)