diff --git a/.github/workflows/php-test-workflow.yml b/.github/workflows/php-test-workflow.yml index 8c08bf3a..19319489 100644 --- a/.github/workflows/php-test-workflow.yml +++ b/.github/workflows/php-test-workflow.yml @@ -11,10 +11,6 @@ jobs: strategy: matrix: include: - #- php: '7.4' - # dependencies-preference: " " - #- php: '7.4' - # dependencies-preference: "--prefer-lowest" - php: '8.0' dependencies-preference: " " - php: '8.0' @@ -50,9 +46,6 @@ jobs: composer config --no-plugins allow-plugins.php-http/discovery true COMPOSER_PROCESS_TIMEOUT=0 composer install --dev --no-suggest --no-interaction - #- name: Install Guzzle - # run: composer require guzzlehttp/guzzle:^6.3.0 ${{ matrix.dependencies-preference }} --no-progress; - - run: composer show - name: Check style for only changed files