From 75206e6b6f1bb412d1b9b0a7a8b71a920d7f9768 Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Tue, 24 Feb 2026 17:23:29 +0300 Subject: [PATCH] feat(php): Upgrade PHP 8.4 to PHP 8.5 for Core V2 --- .github/actions/php/prepare/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/php/prepare/action.yaml b/.github/actions/php/prepare/action.yaml index 32947d03..fdec63ab 100644 --- a/.github/actions/php/prepare/action.yaml +++ b/.github/actions/php/prepare/action.yaml @@ -8,7 +8,7 @@ inputs: php: description: 'PHP Version' required: false - default: '8.4' + default: '8.5' php-extensions: description: 'PHP Extensions' required: false