From c76c13690654e1f93c7e5ec37638a5329743418c Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Tue, 31 Oct 2023 20:08:33 +0100 Subject: [PATCH] test --- .github/workflows/tests.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f78f08..30d7845 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,23 +42,10 @@ jobs: php-version: "${{ matrix.php-versions }}" extensions: "intl, xdebug" - - name: "Adapt dependencies" - if: ${{ matrix.php-versions == '8.3' }} - run: composer config platform.php 8.2.99 - - name: "Adapt dependencies" if: ${{ matrix.symfony == '^6.4' || matrix.symfony == '^7.0' }} run: composer config minimum-stability dev - - name: "Install dependencies" - run: | - composer require --dev --update-with-all-dependencies \ - symfony/http-kernel:${{ matrix.symfony }} \ - symfony/http-foundation:${{ matrix.symfony }} \ - symfony/dependency-injection:${{ matrix.symfony }} \ - symfony/config:${{ matrix.symfony }} \ - symfony/twig-bundle:${{ matrix.symfony }} - - name: "Update to latest dependencies" run: composer update