diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8bdc23d..7f528bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: | - composer install --no-interaction --no-update + composer install --no-interaction composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction - name: Execute tests