Skip to content

Commit 5069dbe

Browse files
committed
Remove "--ignore-platform-reqs" flag (broken dependencies in CI)
1 parent f016afd commit 5069dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
timeout_minutes: 5
3838
max_attempts: 5
39-
command: composer update --${{ matrix.stability }} --ignore-platform-reqs --prefer-dist --no-interaction --no-progress
39+
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4040
- name: Execute Unit Tests
4141
run: composer test:unit
4242
- name: Execute Functional Tests

0 commit comments

Comments
 (0)