Skip to content

Commit

Permalink
Remove "--ignore-platform-reqs" flag (broken dependencies in CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Apr 17, 2024
1 parent 446a0a8 commit adcf607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adcf607

Please sign in to comment.