diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e8f3cb..eb433af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' - name: Install composer dependencies run: composer require "illuminate/support:^${{ matrix.laravel }}.0" - name: Run tests diff --git a/composer.json b/composer.json index 74840b9..54911d1 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ } }, "require": { - "php": "^8.1", + "php": "^8.2", "illuminate/support": "^10.0|^11.0", "archtechx/helpers": "^0.3.1" },