diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bab62a51..9f616e54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,6 +63,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install Dependencies - run: composer install + run: | + if [[ "${{ matrix.php }}" == "7.4" ]]; then + composer update + fi + composer install - name: Code Style run: composer lint \ No newline at end of file