diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e3a3c16..2b179c64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -111,7 +111,7 @@ jobs: - name: Add security checker - if: matrix.symfony != "^6.4" + if: matrix.symfony != '^6.4' run: composer require sensiolabs/security-checker:^6.0 --no-update --no-scripts --no-interaction -