File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 99 image : ubuntu:24.04
1010 env :
1111 matrix :
12+ - PGVERSION : 18
1213 - PGVERSION : 17
1314 - PGVERSION : 16
1415 - PGVERSION : 15
2324 - apt-get update
2425 - apt-get -y install curl gnupg lsb-release
2526 - curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
26- - echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list
27+ - echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main 18 " | tee /etc/apt/sources.list.d/pgdg.list
2728 - apt-get update
2829 - apt-get -y install gcc make postgresql-$PGVERSION postgresql-server-dev-$PGVERSION pycodestyle pyflakes3 pylint
2930 - pg_createcluster --start $PGVERSION test -p 55435 -- -A trust
You can’t perform that action at this time.
0 commit comments