We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb0375 commit ffdf242Copy full SHA for ffdf242
.travis.yml
@@ -20,6 +20,9 @@ notifications:
20
on_failure: always
21
22
env:
23
+ - PG_VERSION=15 LEVEL=nightmare
24
+ - PG_VERSION=15 LEVEL=hardcore
25
+ - PG_VERSION=15
26
- PG_VERSION=14 LEVEL=nightmare
27
- PG_VERSION=14 LEVEL=hardcore
28
- PG_VERSION=14
@@ -41,3 +44,4 @@ matrix:
41
44
- env: PG_VERSION=12 LEVEL=nightmare
42
45
- env: PG_VERSION=13 LEVEL=nightmare
43
46
- env: PG_VERSION=14 LEVEL=nightmare
47
+ - env: PG_VERSION=15 LEVEL=nightmare
0 commit comments