We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a782ae + 0966a37 commit 2a51384Copy full SHA for 2a51384
.travis.yml
@@ -2,13 +2,12 @@
2
---
3
# versions to run on
4
env:
5
- - PG_SUPPORTED_VERSIONS=9.4 # introduces psprintf
6
- - PG_SUPPORTED_VERSIONS=9.5
7
- - PG_SUPPORTED_VERSIONS=9.6
8
- PG_SUPPORTED_VERSIONS=10
9
- PG_SUPPORTED_VERSIONS=11
10
- PG_SUPPORTED_VERSIONS=12
11
- PG_SUPPORTED_VERSIONS=13
+ - PG_SUPPORTED_VERSIONS=14
+ - PG_SUPPORTED_VERSIONS=15
12
13
language: C
14
dist: bionic
0 commit comments