Skip to content

Commit cdfa7a0

Browse files
committed
WIP
1 parent d09fe97 commit cdfa7a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
run: |
6161
mix deps.get --check-locked
6262
cd test_integrations/phoenix_app
63+
if [[ "${{ matrix.elixir }}" < "1.16" ]]; then
64+
mix deps.unlock phoenix_live_view
65+
fi
6366
if [ ${{ matrix.lint }} == 'true' ]; then
6467
mix deps.get --check-locked
6568
else

0 commit comments

Comments
 (0)