Обновить .gitea/workflows/gitea-actions.yml
This commit is contained in:
parent
6fbd16030f
commit
d11007189a
|
@ -19,7 +19,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install PHP
|
- name: Install PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.2'
|
php-version: '8.2'
|
||||||
extensions: curl, exif, fileinfo, mbstring, mysqli, mysqlnd, openssl, PDO, pdo_mysql
|
extensions: curl, exif, fileinfo, mbstring, mysqli, mysqlnd, openssl, PDO, pdo_mysql
|
||||||
- name: Update npm dependencies
|
- name: Update npm dependencies
|
||||||
|
|
Loading…
Reference in New Issue