We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ec3e8 commit 0f0dfcdCopy full SHA for 0f0dfcd
2 files changed
.github/workflows/ci.yml
@@ -58,3 +58,5 @@ jobs:
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_1 mix test
62
+ - run: BLEND=phoenix_live_view_v1_2 mix test
blend.exs
@@ -1,5 +1,7 @@
1
%{
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"}]
+ 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"}]
7
}
0 commit comments