diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 848f984..cc33fe2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,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 run: vendor/bin/phpunit