This commit is contained in:
Khoubza Younes
2021-10-12 22:59:58 +01:00
parent 624b6c5050
commit ba1f4cc8e4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "phpunit/phpunit:${{ matrix.phpunit }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit --configuration=phpunit-laravel.xml
+1
View File
@@ -158,6 +158,7 @@ jobs:
run: |
composer require "symfony/symfony:${{ matrix.symfony }}" "phpunit/phpunit:${{ matrix.phpunit }}" twig/twig --no-interaction --no-update
composer config extra.symfony.require "${{ matrix.symfony }}"
composer update --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit --configuration=phpunit-symfony.xml