diff --git a/.github/workflows/updated.yml b/.github/workflows/updated.yml index 88fef30..7458e7c 100644 --- a/.github/workflows/updated.yml +++ b/.github/workflows/updated.yml @@ -73,7 +73,7 @@ jobs: continue-on-error: ${{ matrix.experimental == true }} - name: Check Dependencies Direct - run: docker-compose run romans composer outdated --direct --strict + run: docker-compose run romans composer outdated --direct --strict --minor-only continue-on-error: ${{ matrix.experimental == true }} - name: Update Dependencies and Test