diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a1889ea..9aef602 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.3, 8.2, 8.1] + php: [8.3, 8.2] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index 51e2977..a0dff9d 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "require": { - "php": "^8.1", - "illuminate/support": "^10.33" + "php": "^8.2", + "illuminate/support": "^11.0" }, "require-dev": { "laravel/pint": "^1.0",