Skip to content

Commit eb1bb02

Browse files
committed
Merge branch 'master' into ga-tproxy_assembla
2 parents 1ef93fd + 48fa9d9 commit eb1bb02

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)