Skip to content

Commit ffdf242

Browse files
author
Maxim Orlov
committed
Add support for PG15 in travis
1 parent cfb0375 commit ffdf242

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ notifications:
2020
on_failure: always
2121

2222
env:
23+
- PG_VERSION=15 LEVEL=nightmare
24+
- PG_VERSION=15 LEVEL=hardcore
25+
- PG_VERSION=15
2326
- PG_VERSION=14 LEVEL=nightmare
2427
- PG_VERSION=14 LEVEL=hardcore
2528
- PG_VERSION=14
@@ -41,3 +44,4 @@ matrix:
4144
- env: PG_VERSION=12 LEVEL=nightmare
4245
- env: PG_VERSION=13 LEVEL=nightmare
4346
- env: PG_VERSION=14 LEVEL=nightmare
47+
- env: PG_VERSION=15 LEVEL=nightmare

0 commit comments

Comments
 (0)