diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5117d12..63a122a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2, 8.3] + php: [8.2, 8.3] dependencies: [stable] experimental: [false] name: 👷 CI PHP-${{ matrix.php }} ${{ matrix.dependencies }} on ${{ matrix.os }} diff --git a/composer.json b/composer.json index 00478cb..038c12a 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "chat": "https://github.com/orgs/sikessem/discussions" }, "require": { - "php": ">=8.1", - "laravel/framework": "^10.43", + "php": ">=8.2", + "laravel/framework": "^10.44", "sikessem/debugger": "^0.0.0" }, "require-dev": {