diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a502b6e..abea59e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,8 +16,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.2, 8.1] - laravel: ['10.*', '12.*'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] + laravel: ['10.*', '12.*', '13.*'] stability: [prefer-lowest, prefer-stable] include: - laravel: 10.* @@ -26,6 +26,10 @@ jobs: exclude: - 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 4d1e57c..a03e5a0 100644 --- a/composer.json +++ b/composer.json @@ -17,18 +17,18 @@ ], "require": { "php": "^8.1", - "filament/filament": "^3.0", - "illuminate/contracts": "^10.0 | ^11.0 | ^12.0", + "filament/filament": "^3.0 | ^5.3", + "illuminate/contracts": "^10.0 | ^11.0 | ^12.0 | ^13.0", "spatie/laravel-package-tools": "^1.14.0" }, "require-dev": { "laravel/pint": "^1.0", "nunomaduro/collision": "^7.8", "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^8.8 | ^10.0", - "pestphp/pest": "^2.0 | ^3.7", - "pestphp/pest-plugin-arch": "^2.0 | ^3.0", - "pestphp/pest-plugin-laravel": "^2.0 | ^3.1", + "orchestra/testbench": "^8.8 | ^10.0 | ^11.0", + "pestphp/pest": "^2.0 | ^3.7 | ^4.4", + "pestphp/pest-plugin-arch": "^2.0 | ^3.0 | ^4.0", + "pestphp/pest-plugin-laravel": "^2.0 | ^3.1 | ^4.1", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0 | ^2.0", "phpstan/phpstan-phpunit": "^1.0 | ^2.0"