From eda6e4c0f56db9f682091b84660dac1efd4f6ec8 Mon Sep 17 00:00:00 2001 From: Khagesh Mac Air <31357023+khagesh007@users.noreply.github.com> Date: Wed, 12 Apr 2023 13:53:27 +0530 Subject: [PATCH 1/3] php version ^8.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d817732b..7b5b4e5e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.0.0|^8.1.0", + "php": "^8.0.0|^8.2.0", "ext-json": "*", "doctrine/dbal": "^3.1", "illuminate/bus": "^8.11|^9.0", From aaff67240551a03e1a2e5e99b0af9fef371c0b2f Mon Sep 17 00:00:00 2001 From: Khagesh Mac Air <31357023+khagesh007@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:52:25 +0530 Subject: [PATCH 2/3] php v8.0.0 to 8.2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7b5b4e5e..16f338cd 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": "^8.0.0|^8.2.0", + "php": "^8.0.0|^8.1.0|^8.2.0", "ext-json": "*", "doctrine/dbal": "^3.1", "illuminate/bus": "^8.11|^9.0", From d5f402836d83a913ee28e55a510208328bd16c39 Mon Sep 17 00:00:00 2001 From: Khagesh Mac Air <31357023+khagesh007@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:04:18 +0530 Subject: [PATCH 3/3] github action for php 8.2 --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: