From 7bc347db3e29cf34536abc3ff33237bba7541335 Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:13:53 +0100 Subject: [PATCH] SDK-5711: Updated github ci scripts. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c950ab70..b1141222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: fail-fast: false matrix: php-version: [ - '7.4', '8.1', '8.2', '8.3' @@ -64,14 +63,14 @@ jobs: - name: Run tests run: | - if [[ ${{ matrix.php-version }} == '7.4' ]]; then + if [[ ${{ matrix.php-version }} == '8.0' ]]; then XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover coverage.xml else composer test fi - name: Code Coverage Report - if: success() && matrix.php-version == '7.4' + if: success() && matrix.php-version == '8.0' uses: codecov/codecov-action@v1 - name: Composer require spryker-sdk/composer-prefer-lowest package