Skip to content

Commit a1be300

Browse files
committed
ci: bump to Postgres 14
1 parent 93198b5 commit a1be300

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)