Skip to content

Commit c5c8167

Browse files
authored
Merge pull request #352 from getappmap/pg14_20240206
ci: bump to Postgres 14
2 parents 93198b5 + a1be300 commit c5c8167

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ rvm:
1616
- 3.2.0
1717

1818
addons:
19-
postgresql: "13"
19+
postgresql: "14"
2020
apt:
2121
packages:
22-
- postgresql-13
23-
- postgresql-client-13
22+
- postgresql-14
23+
- postgresql-client-14
24+
env:
25+
global:
26+
- PGPORT=5433
27+
- PGUSER=travis
2428

2529
before_deploy:
2630
- nvm install lts/*

0 commit comments

Comments
 (0)