Skip to content

Commit c6ae0dd

Browse files
authored
Merge pull request #67 from postgrespro/travis_ci_pg15
Add stable PG15 version on travis CI
2 parents fc7173a + 9d1a922 commit c6ae0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ env:
2828
- PG_VERSION=13 CHECK_CODE=false
2929
- PG_VERSION=14 CHECK_CODE=clang
3030
- PG_VERSION=14 CHECK_CODE=false
31-
- PG_VERSION=15beta3 CHECK_CODE=clang
32-
- PG_VERSION=15beta3 CHECK_CODE=false
31+
- PG_VERSION=15 CHECK_CODE=clang
32+
- PG_VERSION=15 CHECK_CODE=false

0 commit comments

Comments
 (0)