chore: update to PHP 8.2 in frontend workflow (#3755)

This commit is contained in:
Ngô Quốc Đạt 2023-03-12 19:58:06 +07:00 committed by GitHub
parent 241eba4d0c
commit a6a067ad48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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