From 7fb888c0a9b6ad22dfcf99ebc37f9c3f6213c381 Mon Sep 17 00:00:00 2001 From: Vasek Purchart Date: Fri, 29 Nov 2024 15:08:47 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cab23c..0fe3994 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,8 +136,8 @@ jobs: matrix: php-version: - '7.2' - - '7.3' - - '7.4' +# - '7.3' +# - '7.4' symfony-version: - '4.4' # - '5.0' matthiasnoback/symfony-dependency-injection-test 4.3.0 requires symfony/config ^4.4 || ^5.3 || ^6.0 @@ -170,12 +170,10 @@ jobs: uses: 'ramsey/composer-install@3.0.0' with: dependency-versions: '${{ matrix.composer-dependencies }}' - - - name: 'Composer prefer lowest' - if: matrix.composer-dependencies == 'lowest' - run: 'COMPOSER_PREFER_LOWEST=1' - name: 'Composer update to specific versions' + env: + COMPOSER_PREFER_LOWEST: ${{ matrix.composer-dependencies == 'lowest' && 1 || 0 }} run: | composer update \ --with 'symfony/config=${{ matrix.symfony-version }}.*'