Skip to content

Commit

Permalink
Check if updated only using minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonwhcr committed Nov 10, 2021
1 parent d1b7f34 commit f5ec300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5ec300

Please sign in to comment.