From 0313f027abf1f6cef62f3dd2a29a772ec8c6f453 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Thu, 26 Dec 2024 22:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b6e6e8..ee234be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,9 +15,8 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] php: [ "8.2", "8.3", "8.4" ] - stability: [ prefer-lowest, prefer-stable ] - name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} + name: PHP ${{ matrix.php }} - ${{ matrix.os }} steps: - name: Checkout code @@ -37,7 +36,7 @@ jobs: with: timeout_minutes: 5 max_attempts: 5 - command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress --ansi + command: composer install --prefer-dist --no-interaction --no-progress --ansi - name: Static analysis run: composer analyze