diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a825e73..6da862f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,9 @@ jobs: composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update composer update --prefer-dist --no-interaction --no-progress - - name: Migrate test configuration - if: laravel == '10.0' - run: vendor/bin/phpunit --migrate-configuration +# - name: Migrate test configuration +# if: ${{ matrix.laravel }} == '10.0' +# run: vendor/bin/phpunit --migrate-configuration - name: Execute tests run: vendor/bin/phpunit