From 3635e1e160eddd359a27aba2e3a03f9790c5fb0a Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Thu, 30 Jul 2026 09:55:30 +0200 Subject: [PATCH] Bump Postgres from PG17 to PG18 in homebrew test Homebrew formula was switched to PG18 so adjust the test to match that. --- .github/workflows/homebrew.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/homebrew.yaml b/.github/workflows/homebrew.yaml index 1fccbca2574..ad886cb1666 100644 --- a/.github/workflows/homebrew.yaml +++ b/.github/workflows/homebrew.yaml @@ -31,8 +31,8 @@ jobs: - name: Setup run: | - brew install postgresql@17 - echo "/opt/homebrew/opt/postgresql@17/bin" >> $GITHUB_PATH + brew install postgresql@18 + echo "/opt/homebrew/opt/postgresql@18/bin" >> $GITHUB_PATH brew tap timescale/tap brew trust timescale/tap brew info timescaledb @@ -43,7 +43,7 @@ jobs: brew install timescaledb ${{ matrix.install_options }} timescaledb-tune --quiet --yes timescaledb_move.sh - brew services start postgresql@17 + brew services start postgresql@18 # checkout code to get version information - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0