Skip to content

Commit 70ce7ed

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

9 files changed

Lines changed: 63 additions & 98 deletions

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
otp-version: '25'
3636
elixir-version: '1.17'
3737
- run: rm mix.lock
38-
- run: mix deps.get --only test
38+
- run: mix deps.get
3939
- run: mix compile --force --warnings-as-errors
4040
- run: mix test --warnings-as-errors
4141

@@ -52,11 +52,8 @@ jobs:
5252
otp-version: '28'
5353
elixir-version: '1.19'
5454
- run: rm mix.lock
55-
- run: mix deps.get --only test
55+
- run: mix deps.get
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
61-
- run: BLEND=phoenix_live_view_v1_0 mix test
62-
- run: BLEND=phoenix_live_view_v1_1 mix test
58+
- run: BLEND=phoenix_live_view_v1_0 mix deps.get && mix test
59+
- run: BLEND=phoenix_live_view_v1_1 mix deps.get && 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)