File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919
2020 services :
2121 postgres :
22- image : postgres:14
22+ image : postgres:17
2323 env :
2424 POSTGRES_USER : postgres
2525 POSTGRES_PASSWORD : postgres
4141 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
4242 wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
4343 sudo apt-get update
44- sudo apt-get -yqq install postgresql-client-14
44+ sudo apt-get -yqq install postgresql-client-17
4545 - name : Setup
4646 run : |
4747 cp .env.ci .env
Original file line number Diff line number Diff line change 1717
1818 services :
1919 postgres :
20- image : postgres:14
20+ image : postgres:17
2121 env :
2222 POSTGRES_USER : postgres
2323 POSTGRES_PASSWORD : postgres
3939 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
4040 wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
4141 sudo apt-get update
42- sudo apt-get -yqq install postgresql-client-14
42+ sudo apt-get -yqq install postgresql-client-17
4343 - name : yarn, lint, build and test
4444 run : |
4545 cp .env.ci .env
Original file line number Diff line number Diff line change 1212
1313 services :
1414 postgres :
15- image : postgres:14
15+ image : postgres:17
1616 env :
1717 POSTGRES_USER : postgres
1818 POSTGRES_PASSWORD : postgres
Original file line number Diff line number Diff line change 1212
1313 services :
1414 postgres :
15- image : postgres:14
15+ image : postgres:17
1616 env :
1717 POSTGRES_USER : postgres
1818 POSTGRES_PASSWORD : postgres
3535 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
3636 wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
3737 sudo apt-get update
38- sudo apt-get -yqq install postgresql-client-14
38+ sudo apt-get -yqq install postgresql-client-17
3939 - name : setup database
4040 run : |
4141 cp .env.ci .env
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 uses : actions/setup-node@v1
2525 with :
2626 node-version : " 16"
27- - name : Start Postgres 14
27+ - name : Start Postgres 17
2828 run : |
29- sc config postgresql-x64-14 start=auto
30- net start postgresql-x64-14
29+ sc config postgresql-x64-17 start=auto
30+ net start postgresql-x64-17
3131 - name : Setup environment
3232 # Windows postgres auth is 'postgres'/'root' - see
3333 # https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md#postgresql
You can’t perform that action at this time.
0 commit comments