We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3461c commit 6035a0fCopy full SHA for 6035a0f
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
mix deps.get --check-locked
62
cd test_integrations/phoenix_app
63
- if [[ "${{ matrix.elixir }}" < "1.16" ]]; then
+ if [ ${{ matrix.elixir }} < "1.16" ]; then
64
mix deps.unlock phoenix_live_view
65
fi
66
if [ ${{ matrix.lint }} == 'true' ]; then
0 commit comments