diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a79d15d3..faa3d6ae 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -208,8 +208,11 @@ jobs: strategy: matrix: php: [8.2, 8.3, 8.4, 8.5] - laravel: [10, 11, 12] + laravel: [10, 11, 12, '13.x-dev'] prefer-lowest: ["0", "1"] + exclude: + - php: 8.2 + laravel: '13.x-dev' name: Test package [PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}${{ matrix.prefer-lowest == '1' && ', prefer lowest' || '' }}] diff --git a/composer.json b/composer.json index 3a699210..8566762a 100644 --- a/composer.json +++ b/composer.json @@ -45,9 +45,9 @@ "livewire/livewire": "^2.0|^3.0", "mockery/mockery": "^1.0", "mongodb/laravel-mongodb": "^4.0|^5.0", - "orchestra/testbench": "^8.0|^9.0|^10.0", - "orchestra/testbench-core": "^8.0|^9.0|^10.0", - "orchestra/workbench": "^8.0|^9.0|^10.0", + "orchestra/testbench": "^8.0|^9.0|^10.0|^11.0", + "orchestra/testbench-core": "^8.0|^9.0|^10.0|^11.0", + "orchestra/workbench": "^8.0|^9.0|^10.0|^11.0", "phpstan/phpstan": "^1.0", "phpunit/phpunit": "^10.0|^11.0|^12.0", "singlestoredb/singlestoredb-laravel": "^1.0|^2.0",