From 194a8a8039bcb63635623633f3fc7e8275e8abb0 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 7 Nov 2022 16:44:30 -0800 Subject: [PATCH] try the other action --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc12f4..01f0dc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,16 +108,13 @@ jobs: # uses: actions/checkout@v2 # with: # submodules: recursive - - name: Setup PHP 8.0 - uses: shivammathur/setup-php@v2 - with: - php-version: '8.0' + - name: Setup Composer + uses: php-actions/composer@v6 - name: Build ${{ env.PACKAGE_NAME }} + consumers run: | - where composer.phar where composer + Get-Command composer composer - composer.phar # macos: