Skip to content

Commit

Permalink
- workflow fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mops1k committed Dec 10, 2023
1 parent d598cbf commit a6cf615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-lower-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
restore-keys: |
${{ runner.os }}-php-
- name: Install Dependencies
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-lower
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-lowest
- name: Execute phpstan checks
run: vendor/bin/phpstan --memory-limit=-1 --no-progress
- name: Execute ecs checks
Expand Down

0 comments on commit a6cf615

Please sign in to comment.