diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index dfd2475..f582540 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,17 +9,21 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.2, 8.1, 8.0] - laravel: [10.*, 9.*] + php: [8.3, 8.2, 8.1, 8.0] + laravel: [11.*, 10.*, 9.*] stability: [prefer-stable] include: - laravel: 9.* testbench: ^7.0 - laravel: 10.* testbench: ^8.0 + - laravel: 11.* + testbench: ^9.0 exclude: - laravel: 10.* php: 8.0 + - laravel: 11.* + php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 861167f..2a3c435 100644 --- a/composer.json +++ b/composer.json @@ -17,15 +17,15 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^9.0|^10.0", - "illuminate/filesystem": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", + "illuminate/contracts": "^9.0|^10.0|^11.0", + "illuminate/filesystem": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", "league/flysystem-google-cloud-storage": "^3.0.15" }, "require-dev": { "brianium/paratest": "^6.4", - "nunomaduro/collision": "^6.1|^7.0", - "orchestra/testbench": "^7.0|^8.0", + "nunomaduro/collision": "^6.1|^7.0|^8.0", + "orchestra/testbench": "^7.0|^8.0|^9.0", "phpunit/phpunit": "^9.6|^10.0", "spatie/laravel-ray": "^1.29", "vimeo/psalm": "^4.18|^5.9"