Skip to content

Commit 6035a0f

Browse files
committed
WIP
1 parent 5a3461c commit 6035a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
mix deps.get --check-locked
6262
cd test_integrations/phoenix_app
63-
if [[ "${{ matrix.elixir }}" < "1.16" ]]; then
63+
if [ ${{ matrix.elixir }} < "1.16" ]; then
6464
mix deps.unlock phoenix_live_view
6565
fi
6666
if [ ${{ matrix.lint }} == 'true' ]; then

0 commit comments

Comments
 (0)