mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +08:00
update release artifacts build workflow
This commit is contained in:
@@ -19,11 +19,14 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: sunxyw/workflows/setup-environment@main
|
uses: sunxyw/workflows/setup-environment@main
|
||||||
with:
|
with:
|
||||||
php-version: 8.1
|
php-version: 8.0
|
||||||
php-extensions: swoole, posix, json
|
php-extensions: swoole, posix, json
|
||||||
operating-system: ubuntu-latest
|
operating-system: ubuntu-latest
|
||||||
use-cache: true
|
use-cache: true
|
||||||
|
|
||||||
|
- name: Remove Dev Dependencies
|
||||||
|
run: composer install --no-dev
|
||||||
|
|
||||||
- name: Build Phar
|
- name: Build Phar
|
||||||
run: ./zhamao build
|
run: ./zhamao build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user