1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 13:10:24 +02:00

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

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