From a6a067ad48cc9d7bcadb903663d7e69280c5d99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ng=C3=B4=20Qu=E1=BB=91c=20=C4=90=E1=BA=A1t?= Date: Sun, 12 Mar 2023 19:58:06 +0700 Subject: [PATCH] chore: update to PHP 8.2 in frontend workflow (#3755) --- .github/workflows/REUSABLE_frontend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/REUSABLE_frontend.yml b/.github/workflows/REUSABLE_frontend.yml index 59a164c46..705eeb357 100644 --- a/.github/workflows/REUSABLE_frontend.yml +++ b/.github/workflows/REUSABLE_frontend.yml @@ -118,7 +118,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.2' extensions: curl, dom, gd, json, mbstring, openssl, pdo_mysql, tokenizer, zip tools: composer:v2