Skip to content

Commit 8fdfdb3

Browse files
committed
Bump Postgres from PG17 to PG18 in homebrew test
Homebrew formula was switched to PG18 so adjust the test to match that.
1 parent f62bd7b commit 8fdfdb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/homebrew.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- name: Setup
3333
run: |
34-
brew install postgresql@17
35-
echo "/opt/homebrew/opt/postgresql@17/bin" >> $GITHUB_PATH
34+
brew install postgresql@18
35+
echo "/opt/homebrew/opt/postgresql@18/bin" >> $GITHUB_PATH
3636
brew tap timescale/tap
3737
brew trust timescale/tap
3838
brew info timescaledb
@@ -43,7 +43,7 @@ jobs:
4343
brew install timescaledb ${{ matrix.install_options }}
4444
timescaledb-tune --quiet --yes
4545
timescaledb_move.sh
46-
brew services start postgresql@17
46+
brew services start postgresql@18
4747
4848
# checkout code to get version information
4949
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

0 commit comments

Comments
 (0)