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.
1 parent 6a065fd commit 181b802Copy full SHA for 181b802
.travis.yml
@@ -23,6 +23,8 @@ notifications:
23
on_failure: always
24
25
env:
26
+ - PG_VERSION=17
27
+ - PG_VERSION=17 LEVEL=hardcore
28
- PG_VERSION=16
29
- PG_VERSION=16 LEVEL=hardcore
30
- PG_VERSION=15
@@ -35,3 +37,8 @@ env:
35
37
- PG_VERSION=12 LEVEL=hardcore
36
38
- PG_VERSION=11
39
- PG_VERSION=11 LEVEL=hardcore
40
+
41
+matrix:
42
+ allow_failures:
43
+ - env: PG_VERSION=11
44
+ - env: PG_VERSION=11 LEVEL=hardcore
0 commit comments