Skip to content

Commit bf6bc4b

Browse files
author
Sergey Shinderuk
committed
Update Travis config
1 parent e566633 commit bf6bc4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ os:
22
- linux
33

44
sudo: required
5-
dist: trusty
5+
dist: jammy
66

77
language: c
88

@@ -17,10 +17,8 @@ script:
1717
- docker-compose run tests
1818

1919
env:
20-
- PG_VERSION=10 CHECK_CODE=clang
21-
- PG_VERSION=10 CHECK_CODE=cppcheck
22-
- PG_VERSION=10 CHECK_CODE=false
2320
- PG_VERSION=11 CHECK_CODE=clang
21+
- PG_VERSION=11 CHECK_CODE=cppcheck
2422
- PG_VERSION=11 CHECK_CODE=false
2523
- PG_VERSION=12 CHECK_CODE=clang
2624
- PG_VERSION=12 CHECK_CODE=false
@@ -30,3 +28,5 @@ env:
3028
- PG_VERSION=14 CHECK_CODE=false
3129
- PG_VERSION=15 CHECK_CODE=clang
3230
- PG_VERSION=15 CHECK_CODE=false
31+
- PG_VERSION=16 CHECK_CODE=clang
32+
- PG_VERSION=16 CHECK_CODE=false

0 commit comments

Comments
 (0)