diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42a8a44..7b53048 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,18 +38,21 @@ jobs: fail-fast: false matrix: include: - - laravel: '11.*' - php: '8.2' - testbench: '^9.0' - laravel: '12.*' - php: '8.3' + php: '8.2' testbench: '^10.0' - laravel: '12.*' php: '8.4' testbench: '^10.0' - - laravel: '12.*' + - laravel: '13.*' + php: '8.3' + testbench: '^11.0' + - laravel: '13.*' + php: '8.4' + testbench: '^11.0' + - laravel: '13.*' php: '8.5' - testbench: '^10.0' + testbench: '^11.0' name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} (ubuntu-latest) diff --git a/composer.json b/composer.json index b438634..839c813 100644 --- a/composer.json +++ b/composer.json @@ -18,15 +18,15 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.43", - "orchestra/testbench": "^9.0 || ^10.0 || ^11.0", + "orchestra/testbench": "^10.0 || ^11.0", "pestphp/pest": "^3.0 || ^4.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^11.5.3 || ^12.3", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { - "illuminate/contracts": "Required to use the Laravel integration (^11.0|^12.0).", - "illuminate/support": "Required to use the Laravel integration (^11.0|^12.0)." + "illuminate/contracts": "Required to use the Laravel integration (^12.0|^13.0).", + "illuminate/support": "Required to use the Laravel integration (^12.0|^13.0)." }, "minimum-stability": "dev", "prefer-stable": true, @@ -48,7 +48,7 @@ }, "extra": { "branch-alias": { - "dev-main": "3.0.x-dev" + "dev-main": "3.x-dev" }, "laravel": { "aliases": { diff --git a/phpunit.xml b/phpunit.xml index 60c64b5..6afbc7e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -24,7 +24,4 @@ disableCodeCoverageIgnore="false" /> - - -