diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d1069df..90cc99c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,11 +13,11 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.0, 8.1] - laravel: [9.*] + php: [8.1] + laravel: [10.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 9.* + - laravel: 10.* testbench: 7.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} @@ -44,4 +44,4 @@ jobs: composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: Execute tests - run: vendor/bin/phpunit \ No newline at end of file + run: vendor/bin/phpunit diff --git a/composer.json b/composer.json index ab7b7aa..55ce67e 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ "require": { "php": "^8.0", "spatie/laravel-package-tools": "^1.1", - "illuminate/contracts": "^9.0" + "illuminate/contracts": "^10.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.1", - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.3", + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^10.1", "spatie/laravel-ray": "^1.9" }, "autoload": { @@ -37,7 +37,7 @@ }, "scripts": { "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", - "test": "vendor/bin/phpunit --colors=always", + "test": "vendor/bin/phpunit --colors=always --no-coverage", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" }, "config": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 997c1dc..8619abf 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,31 +1,30 @@ - - - - tests - - - - - ./src - - - - - - - - - - + + + + tests + + + + + ./src + + + + + + + + + +