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