File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656
5757 # Automated repository configuration
5858 sudo apt install -y postgresql-common
59- sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
59+ sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -v ${{ matrix.pg_major }} - y
6060 sudo apt-get update -qq
6161 sudo apt-get install -qq postgresql-${{ matrix.pg_major }}
6262
6363 # To disable PostGIS for prereleases (because it usually isn't available until late), surround with the following:
64- if [ -z "${{ matrix.pg_prerelease }}" ]; then
64+ # if [ -z "${{ matrix.pg_prerelease }}" ]; then
6565 sudo apt-get install -qq postgresql-${{ matrix.pg_major }}-postgis-${{ env.postgis_version }}
66- fi
66+ # fi
6767
6868 sudo sed -i 's/max_connections = 100/max_connections = 200/g' /etc/postgresql/${{ matrix.pg_major }}/main/postgresql.conf
6969 sudo systemctl restart postgresql
You can’t perform that action at this time.
0 commit comments