Skip to content

Commit 61a4baf

Browse files
committed
Fixup CI, drop Phoenix LiveView pre-1.0
1 parent 437affa commit 61a4baf

8 files changed

Lines changed: 32 additions & 94 deletions

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,5 @@ jobs:
5555
- run: mix deps.get --only test
5656
- run: mix compile --force --warnings-as-errors
5757
- run: mix blend.get
58-
- run: BLEND=phoenix_live_view_v0_18 mix test
59-
- run: BLEND=phoenix_live_view_v0_19 mix test
60-
- run: BLEND=phoenix_live_view_v0_20 mix test
6158
- run: BLEND=phoenix_live_view_v1_0 mix test
6259
- run: BLEND=phoenix_live_view_v1_1 mix test

blend.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
%{
2-
phoenix_live_view_v0_18: [{:phoenix_live_view, "~> 0.18.0"}],
3-
phoenix_live_view_v0_19: [{:phoenix_live_view, "~> 0.19.0"}],
4-
phoenix_live_view_v0_20: [{:phoenix_live_view, "~> 0.20.0"}],
52
phoenix_live_view_v1_0: [{:phoenix_live_view, "~> 1.0.0"}],
63
phoenix_live_view_v1_1: [{:phoenix_live_view, "~> 1.1.0"}]
74
}

blend/phoenix_live_view_v0_18.mix.lock

Lines changed: 0 additions & 28 deletions
This file was deleted.

blend/phoenix_live_view_v0_19.mix.lock

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)