From 7743b7976f3153f9e05d48f0f87dfbc3a697b76e Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sun, 11 Dec 2022 02:50:39 +0530 Subject: [PATCH] Update version in actions.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3ebbea84..7dabddfc 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: inputs: php-version: description: 'Setup PHP version.' - default: '8.1' + default: '8.2' required: true extensions: description: 'Setup PHP extensions.'