diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index beb5ca4..cf9dd95 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,8 +13,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.4, 8.3, 8.2, 8.1] - laravel: [12.*, 11.*, 10.*] + php: [8.5, 8.4, 8.3, 8.2, 8.1] + laravel: [13.*, 12.*, 11.*, 10.*] stability: [prefer-stable] include: - laravel: 10.* @@ -23,13 +23,21 @@ jobs: testbench: 9.* - laravel: 12.* testbench: 10.* + - laravel: 13.* + testbench: 11.* exclude: - laravel: 10.* php: 8.4 + - laravel: 10.* + php: 8.5 - laravel: 11.* php: 8.1 - laravel: 12.* php: 8.1 + - laravel: 13.* + php: 8.1 + - laravel: 13.* + php: 8.2 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 3fa4f07..9e8db1c 100644 --- a/composer.json +++ b/composer.json @@ -21,20 +21,20 @@ "require": { "php": "^8.1", "filament/filament": "^3.2", - "illuminate/contracts": "^10.0|^11.0|^12.0", + "illuminate/contracts": "^10.0|^11.0|^12.0|^13.0", "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^6.0|^8.0", "nunomaduro/larastan": "^2.0.1|^3.0", - "orchestra/testbench": "^8.0|^9.0|^10.0", - "pestphp/pest": "^1.21|^2.34|^3.7", - "pestphp/pest-plugin-laravel": "^1.1|^2.3|^3.1", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", + "pestphp/pest": "^1.21|^2.34|^3.7|^4.0", + "pestphp/pest-plugin-laravel": "^1.1|^2.3|^3.1|^4.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", "phpstan/phpstan-phpunit": "^1.0|^2.0", - "phpunit/phpunit": "^9.5|^10.5|^11.5.3", + "phpunit/phpunit": "^9.5|^10.5|^11.5.3|^12.0", "spatie/laravel-ray": "^1.26" }, "autoload": {