diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f76516a..9a30ff8 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,25 +16,15 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.0, 8.1, 8.2] - laravel: ['8.*', '9.*', '10.*', '11.*'] + php: [8.1, 8.2] + laravel: [10.*, 11.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 8.* - testbench: ^6.25 - - laravel: 9.* - testbench: 7.* - laravel: 10.* testbench: 8.* - laravel: 11.* testbench: ^9.0 exclude: - - laravel: 10.* - php: 8.0 - - laravel: 8.* - php: 8.2 - - laravel: 11.* - php: 8.0 - laravel: 11.* php: 8.1 diff --git a/.gitignore b/.gitignore index 9a43686..b212367 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .php_cs .php_cs.cache .phpunit.result.cache +.phpunit.cache build composer.lock coverage diff --git a/composer.json b/composer.json index fe67b8b..aa4994c 100644 --- a/composer.json +++ b/composer.json @@ -15,14 +15,14 @@ } ], "require": { - "php": "^8.0", - "spatie/laravel-package-tools": "^1.9.2", - "illuminate/contracts": "^8.73|^9.0|^10.0|^11.0" + "php": "^8.1", + "spatie/laravel-package-tools": "^1.16", + "illuminate/contracts": "^9.0|^10.0" }, "require-dev": { - "nunomaduro/collision": "^5.10|^6.0|^8.0", - "orchestra/testbench": "^6.25|^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.5|^10.5" + "nunomaduro/collision": "^6.0", + "orchestra/testbench": "^8.0|9.x-dev", + "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c3b5e6e..04046a0 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,39 +1,23 @@ - - - - tests - - - - - ./src - - - - - - - - - - + + + + tests + + + + + + + + + + + + + + + ./src + +