From fe9190acaa9186154140690d4474b497774d173b Mon Sep 17 00:00:00 2001 From: Piagrammist Date: Thu, 3 Oct 2024 23:42:15 +0330 Subject: [PATCH] Go back to php-8.2 --- .github/workflows/CI.yml | 2 +- .vscode/settings.json | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 64e8da7..3c33de4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,7 +37,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: "8.3" + php-version: "8.2" - name: Validate composer.json and composer.lock run: composer validate --strict diff --git a/.vscode/settings.json b/.vscode/settings.json index 469a9c0..0b786cf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "php.version": "8.3", + "php.version": "8.2", "cSpell.userWords": ["phar", "mysqli", "mbstring"] } diff --git a/composer.json b/composer.json index ffcad5d..8c29814 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ } ], "require": { - "php": "^8.3", + "php": "^8.2", "monolog/monolog": "^3.7" }, "require-dev": { diff --git a/composer.lock b/composer.lock index aaf2742..6245256 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "46010cb31aeb715a037e40b29cc1a846", + "content-hash": "ca3397510567ccbea138cb6142b851a7", "packages": [ { "name": "monolog/monolog", @@ -3721,7 +3721,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.3" + "php": "^8.2" }, "platform-dev": [], "plugin-api-version": "2.6.0"