Skip to content

Commit

Permalink
update composer doctrine/orm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Smeagolworms4 committed Apr 3, 2022
1 parent d70d2f4 commit a2f1f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ runs:
if [ "${{ inputs.symfony_version }}" != "" ]; then composer require "symfony/symfony:${{ inputs.symfony_version }}" --no-update; fi;
if [ "${{ inputs.doctrine_version }}" != "" ]; then composer require "doctrine/orm:${{ inputs.doctrine_version }}" --no-update; fi;
if [ "${{ inputs.php_version }}" == "7.2" ]; then composer require --dev "phpunit/phpunit:8.5" --no-update; fi;
if [ "${{ inputs.php_version }}" == "7.1" ]; then composer require --dev "phpunit/phpunit:7" --no-update; fi;
composer update --prefer-dist --no-interaction $composer_flags
- name: Run tests
Expand Down

0 comments on commit a2f1f31

Please sign in to comment.