File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 # Add a PostgreSQL Docker container and the emulator.
1616 services :
1717 postgres :
18- image : postgres:17
18+ image : postgres:18
1919 env :
2020 POSTGRES_PASSWORD : postgres
2121 # Set health checks to wait until postgres has started
6666 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
6767 wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
6868 sudo apt-get update
69- sudo apt-get install --yes --no-install-recommends postgresql-client-17
69+ sudo apt-get install --yes --no-install-recommends postgresql-client-18
7070 - name : Create PostgreSQL test database
7171 run : |
7272 psql -h /pg -U postgres -c "CREATE DATABASE pgadapter"
Original file line number Diff line number Diff line change 4242 services :
4343 # Container label
4444 postgres :
45- image : postgres:17
45+ image : postgres:18
4646 env :
4747 POSTGRES_PASSWORD : postgres
4848 # Set health checks to wait until postgres has started
You can’t perform that action at this time.
0 commit comments