Skip to content

Commit

Permalink
chore: fixes missing caret on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 4, 2023
1 parent fb7340b commit e319bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
- name: Install PHP dependencies
run: composer update --${{ matrix.dependency_version }} --no-interaction --no-progress --ansi --with="symfony/console:${{ matrix.symfony }}"
run: composer update --${{ matrix.dependency_version }} --no-interaction --no-progress --ansi --with="symfony/console:^${{ matrix.symfony }}"

- name: Unit Tests
run: composer test:unit
Expand Down

0 comments on commit e319bdb

Please sign in to comment.