diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index d3f91f6..e43c244 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [ubuntu-latest] php: [7.4, 8.0, 8.1, 8.2] - laravel: [8.*, 9.*, 10.*] + laravel: [8.*, 9.*, 10.*, 11.*] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 8.* @@ -18,7 +18,9 @@ jobs: - laravel: 9.* testbench: 7.* - laravel: 10.* - testbench: 8.* + testbench: 8.* + - laravel: 11.* + testbench: 9.* exclude: - laravel: 9.* php: 7.4 @@ -26,6 +28,12 @@ jobs: php: 7.4 - laravel: 10.* php: 8.0 + - laravel: 11.* + php: 8.0 + - laravel: 11.* + php: 8.1 + - laravel: 11.* + php: 7.4 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index d24f90f..375d5b4 100644 --- a/composer.json +++ b/composer.json @@ -18,17 +18,17 @@ "require": { "php": "^7.4|^8.0", "ext-json": "*", - "illuminate/console": "^8.0|^9.0|^10.0", - "illuminate/contracts": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.0|^9.0|^10.0" + "illuminate/console": "^8.0|^9.0|^10.0|^11.0", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0" }, "require-dev": { "mockery/mockery": "^1.4", - "orchestra/testbench": "^6.24|^7.0|^8.0", - "pestphp/pest-plugin-laravel": "^1.3", - "phpunit/phpunit": "^9.5.13", + "orchestra/testbench": "^6.24|^7.0|^8.0|^9.0", + "pestphp/pest-plugin-laravel": "^1.3|^2.1", + "phpunit/phpunit": "^9.6|^10.5", "spatie/temporary-directory": "^1.2", - "vimeo/psalm": "^4.2" + "vimeo/psalm": "^4.2|^5.20" }, "autoload": { "psr-4": {