Skip to content

Commit 0f0dfcd

Browse files
committed
blend with newer phoenix liveview
1 parent 97ec3e8 commit 0f0dfcd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ jobs:
5858
- run: BLEND=phoenix_live_view_v0_18 mix test
5959
- run: BLEND=phoenix_live_view_v0_19 mix test
6060
- run: BLEND=phoenix_live_view_v0_20 mix test
61+
- run: BLEND=phoenix_live_view_v1_1 mix test
62+
- run: BLEND=phoenix_live_view_v1_2 mix test

blend.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
%{
22
phoenix_live_view_v0_18: [{:phoenix_live_view, "~> 0.18.0"}],
33
phoenix_live_view_v0_19: [{:phoenix_live_view, "~> 0.19.0"}],
4-
phoenix_live_view_v0_20: [{:phoenix_live_view, "~> 0.20.0"}]
4+
phoenix_live_view_v0_20: [{:phoenix_live_view, "~> 0.20.0"}],
5+
phoenix_live_view_v1_1: [{:phoenix_live_view, "~> 1.1.0"}],
6+
phoenix_live_view_v1_2: [{:phoenix_live_view, "~> 1.2.0"}]
57
}

0 commit comments

Comments
 (0)