Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@ jobs:
- name: Setup Supabase CLI
uses: supabase/setup-cli@v1
with:
# supabase/realtime v2.129.0 shipped a regression (v2.128.2, 2026-08-16,
# PR supabase/realtime#2082 "bump phoenix" - swapped their custom presence-dispatcher
# Phoenix fork for stock Phoenix 1.8): presence track/untrack and broadcast pushes never
# get a phx_reply or presence_diff, so every push made through Push.cs times out - this
# is what broke Track_ShouldSyncPresenceBetweenClients and the two Broadcast relay tests
# in CI. Confirmed via a raw non-SDK websocket reproduction and bisection across
# individual realtime image tags (v2.128.1: fine, v2.128.2: broken). v2.114.0 (2026-08-12)
# is the last CLI release that predates the bad bump (bundles realtime v2.124.4). Bump
# this once supabase/realtime restores the custom dispatcher or otherwise fixes the ack
# path - re-verify with the E2E presence/broadcast tests before moving off this pin.
version: 2.114.0
version: latest

- name: Start Supabase
run: supabase start
Expand Down
Loading