Skip to content

Commit 566e80b

Browse files
authored
Add building/testing PG14 and PG15beta1 in TravisCI
1 parent af53205 commit 566e80b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ env:
2929
- PG_VERSION=12 CHECK_CODE=false
3030
- PG_VERSION=13 CHECK_CODE=clang
3131
- PG_VERSION=13 CHECK_CODE=false
32+
- PG_VERSION=14 CHECK_CODE=clang
33+
- PG_VERSION=14 CHECK_CODE=false
34+
- PG_VERSION=15beta1 CHECK_CODE=clang
35+
- PG_VERSION=15beta1 CHECK_CODE=false

0 commit comments

Comments
 (0)