diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index af2618c..5050d9d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.0, 8.1, '8.2', '8.3', '8.4'] - laravel: ['10.*', '11.*', '12.*'] + laravel: ['10.*', '11.*', '12.*', '13.*'] stability: [prefer-lowest, prefer-stable] include: - laravel: 10.* @@ -26,11 +26,19 @@ jobs: testbench: 9.* - laravel: 12.* testbench: 10.* + - laravel: 13.* + testbench: 11.* exclude: - laravel: 12.* php: 8.0 - laravel: 12.* php: 8.1 + - laravel: 13.* + php: 8.0 + - 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 a082075..ba45f18 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^8.2", "filament/filament": "^4.0|^5.0", - "illuminate/contracts": "^10.0|^11.0|^12.0", + "illuminate/contracts": "^10.0|^11.0|^12.0|^13.0", "spatie/laravel-package-tools": "^1.92.7" }, "require-dev": {