diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 11b42ed..63e3075 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,12 +13,23 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest, macos-latest] - php: [8.5, 8.4, 8.3, 8.2, 8.1] - laravel: [10.*] + php: [8.5, 8.4, 8.3, 8.2] + laravel: [11.*, 12.*] stability: [prefer-lowest, prefer-stable] + exclude: + - laravel: 11.* + stability: prefer-lowest + - laravel: 12.* + stability: prefer-lowest + - laravel: 11.* + php: 8.5 + - php: 8.2 + stability: prefer-lowest include: - - laravel: 10.* - testbench: 8.* + - laravel: 11.* + testbench: 9.* + - laravel: 12.* + testbench: 10.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} @@ -47,4 +58,4 @@ jobs: run: composer show -D - name: Execute tests - run: vendor/bin/pest -vv --ci + run: vendor/bin/pest --no-coverage -vv --ci diff --git a/composer.json b/composer.json index 5b192ff..618cbb6 100644 --- a/composer.json +++ b/composer.json @@ -16,25 +16,25 @@ } ], "require": { - "php": "^8.1", - "spatie/laravel-package-tools": "^1.14.0", - "illuminate/contracts": "^10.0|^11.0|^12.0", - "illuminate/support": "^v10.0|^11.0|^12.0" + "php": "^8.2", + "spatie/laravel-package-tools": "^1.19.0", + "illuminate/contracts": "^11.0|^12.0", + "illuminate/support": "^11.0|^12.0" }, "require-dev": { - "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.9", - "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^8.0", - "pestphp/pest": "^2.0 | ^3.0 | ^4.0", - "pestphp/pest-plugin-arch": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "rector/rector": "^0.15.19", - "spatie/laravel-ray": "^1.26", - "spatie/pest-plugin-snapshots": "^2.0" + "laravel/pint": "^1.27", + "nunomaduro/collision": "^8.8.3", + "nunomaduro/larastan": "^2.0 | ^3.0", + "orchestra/testbench": "^9.0 | ^10.0", + "pestphp/pest": "^3.0 | ^4.0", + "pestphp/pest-plugin-arch": "^3.0 | ^4.0", + "pestphp/pest-plugin-laravel": "^3.0 | ^4.0", + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan-deprecation-rules": "^2.0.3", + "phpstan/phpstan-phpunit": "^2.0.11", + "rector/rector": "^2.3.1", + "spatie/laravel-ray": "^1.43.3", + "spatie/pest-plugin-snapshots": "^2.2.1" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 47ff917..ced6a68 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,36 +1,23 @@ - - - - tests - - - - - ./src - - - - - - - - - - + + + + tests + + + + + + + + + + + + + + + ./src + +