Skip to content

Commit 48fa9d9

Browse files
authored
Merge pull request #2028 from travis-ci/ubuntu-2204-postgres
Update travis_setup_postgresql.bash
2 parents 54202a7 + b3d74ed commit 48fa9d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/travis/build/bash/travis_setup_postgresql.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ travis_setup_postgresql() {
1919
focal)
2020
version='12'
2121
;;
22+
jammy)
23+
version='14'
24+
;;
2225
*)
2326
echo -e "${ANSI_RED}Unrecognized operating system.${ANSI_CLEAR}"
2427
;;

0 commit comments

Comments
 (0)