From adcf60761ff70250da9e04306159661d1550762c Mon Sep 17 00:00:00 2001 From: Kirill Nesmeyanov Date: Wed, 17 Apr 2024 22:20:18 +0300 Subject: [PATCH] Remove "--ignore-platform-reqs" flag (broken dependencies in CI) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3deff09..0ef0d03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: with: timeout_minutes: 5 max_attempts: 5 - command: composer update --${{ matrix.stability }} --ignore-platform-reqs --prefer-dist --no-interaction --no-progress + command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress - name: Execute Unit Tests run: composer test:unit - name: Execute Functional Tests