diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 274c8684..78ca1cdd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,7 @@ jobs: run: | mix deps.get --check-locked cd test_integrations/phoenix_app - if [[ "${{ matrix.elixir }}" < "1.16" ]]; then + if [ ${{ matrix.elixir }} < "1.16" ]; then mix deps.unlock phoenix_live_view fi if [ ${{ matrix.lint }} == 'true' ]; then