File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
- postgres-image-a : ' postgres:16'
54
54
postgres-image-b : ' postgres:17'
55
55
postgres-auth : ' scram-sha-256'
56
- swift-image : ' swift:6.1. noble'
56
+ swift-image : ' swift:6.1- noble'
57
57
container : ${{ matrix.swift-image }}
58
58
runs-on : ubuntu-latest
59
59
services :
@@ -106,7 +106,7 @@ jobs:
106
106
run : |
107
107
brew upgrade || true
108
108
export PATH="$(brew --prefix)/opt/postgresql@16/bin:$PATH" PGDATA=/tmp/vapor-postgres-test PGUSER="${POSTGRES_USER_A}"
109
- ( brew unlink postgresql@14 || true) && brew install postgresql@17 && brew link --force postgresql@16
109
+ brew install postgresql@17 && brew link --force postgresql@17
110
110
initdb --locale=C --auth-host "scram-sha-256" -U "${POSTGRES_USER_A}" --pwfile=<(echo "${POSTGRES_PASSWORD_A}")
111
111
pg_ctl start --wait
112
112
PGPASSWORD="${POSTGRES_PASSWORD_A}" createdb -w -O "${POSTGRES_USER_A}" "${POSTGRES_DB_A}"
You can’t perform that action at this time.
0 commit comments