Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f359c01

Browse files
author
Sergey Shinderuk
committed
Build and test with PostgreSQL 17 in Travis CI.
Remove PostgreSQL 11 from the list.
1 parent d7dbd44 commit f359c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dist: jammy
22
language: c
33
env:
4+
- PG_MAJOR=17
45
- PG_MAJOR=16
56
- PG_MAJOR=15
67
- PG_MAJOR=14
78
- PG_MAJOR=13
89
- PG_MAJOR=12
9-
- PG_MAJOR=11
1010
before_script:
1111
- curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
1212
- echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" | sudo tee -a /etc/apt/sources.list

0 commit comments

Comments
 (0)