diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6da862f..122de3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,5 @@ jobs: composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update composer update --prefer-dist --no-interaction --no-progress -# - name: Migrate test configuration -# if: ${{ matrix.laravel }} == '10.0' -# run: vendor/bin/phpunit --migrate-configuration - - name: Execute tests run: vendor/bin/phpunit diff --git a/phpunit.xml.dist.bak b/phpunit.xml.dist.bak deleted file mode 100644 index 5d8544b..0000000 --- a/phpunit.xml.dist.bak +++ /dev/null @@ -1,31 +0,0 @@ - - - - - ./src - - - - - ./tests - - -