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
|
||||
uses: sunxyw/workflows/setup-environment@main
|
||||
with:
|
||||
php-version: 8.1
|
||||
php-version: 8.0
|
||||
php-extensions: swoole, posix, json
|
||||
operating-system: ubuntu-latest
|
||||
use-cache: true
|
||||
|
||||
- name: Remove Dev Dependencies
|
||||
run: composer install --no-dev
|
||||
|
||||
- name: Build Phar
|
||||
run: ./zhamao build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user