diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 375d245..ca8abf8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2, 8.0] + php: [8.1, 8.2] laravel: [10] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 8adf140..e512787 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "ext-json": "*", "illuminate/console": "^10.0", "illuminate/support": "^10.0"