diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index f157d659..8c2a6dd9 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest ] - php: [ 8.0, 8.1 ] + php: [ 8.0, 8.1, 8.2 ] laravel: [ 9.* ] stability: [ prefer-stable ] include: diff --git a/composer.json b/composer.json index d817732b..16f338cd 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.0.0|^8.1.0", + "php": "^8.0.0|^8.1.0|^8.2.0", "ext-json": "*", "doctrine/dbal": "^3.1", "illuminate/bus": "^8.11|^9.0",