From fb12c9dc0429738280568786dbdc9080ca1afa19 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Sat, 18 Feb 2023 07:19:11 +0800 Subject: [PATCH] update release artifacts build workflow --- .github/workflows/build-release-artifacts.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release-artifacts.yml b/.github/workflows/build-release-artifacts.yml index 54394115..573da797 100644 --- a/.github/workflows/build-release-artifacts.yml +++ b/.github/workflows/build-release-artifacts.yml @@ -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