mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 06:33:27 +08:00
chore: update to PHP 8.2 in frontend workflow (#3755)
This commit is contained in:
parent
241eba4d0c
commit
a6a067ad48
2
.github/workflows/REUSABLE_frontend.yml
vendored
2
.github/workflows/REUSABLE_frontend.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user