diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6d96546..080863a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,17 +13,23 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.0,8.1,8.2] - laravel: [9.*,10.*] + php: [8.0, 8.1, 8.2, 8.3] + laravel: [9.*, 10.*, 11.*] 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.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 2af7134..9802af1 100644 --- a/composer.json +++ b/composer.json @@ -24,16 +24,16 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^9.0|^10.0", - "illuminate/database": "^9.0|^10.0", - "illuminate/support": "^9.0|^10.0", - "spatie/laravel-package-tools": "^1.9.2" + "illuminate/contracts": "^9.0|^10.0|^11.0", + "illuminate/database": "^9.0|^10.0|^11.0", + "illuminate/support": "^9.0|^10.0|^11.0", + "spatie/laravel-package-tools": "^1.16" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", - "nunomaduro/collision": "^5.3|^6.0", - "orchestra/testbench": "^7.0|^8.0", - "vimeo/psalm": "^4.8" + "nunomaduro/collision": "^5.3|^6.0|^7.0|^8.0", + "orchestra/testbench": "^7.0|^8.0|^9.0", + "vimeo/psalm": "^4.8|^5.0" }, "autoload": { "psr-4": {