diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5c449712..a9a1a2677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,11 +99,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Check composer before installing - run: tools/runTests.sh -p ${{ matrix.php }} -s checkComposer - - name: Install testing system - run: tools/runTests.sh -p ${{ matrix.php }} -s composerInstall + run: tools/runTests.sh -p ${{ matrix.php }} -s composerUpdate - name: Composer validate run: tools/runTests.sh -p ${{ matrix.php }} -s composerValidate