Skip to content

Commit 0966a37

Browse files
author
Vitaly Davydov
committed
Updated test script to support actual pg versions for testing.
1 parent 1a782ae commit 0966a37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
---
33
# versions to run on
44
env:
5-
- PG_SUPPORTED_VERSIONS=9.4 # introduces psprintf
6-
- PG_SUPPORTED_VERSIONS=9.5
7-
- PG_SUPPORTED_VERSIONS=9.6
85
- PG_SUPPORTED_VERSIONS=10
96
- PG_SUPPORTED_VERSIONS=11
107
- PG_SUPPORTED_VERSIONS=12
118
- PG_SUPPORTED_VERSIONS=13
9+
- PG_SUPPORTED_VERSIONS=14
10+
- PG_SUPPORTED_VERSIONS=15
1211

1312
language: C
1413
dist: bionic

0 commit comments

Comments
 (0)