Skip to content

Commit

Permalink
Merge pull request #26 from alecpl/dev/remove-ignore-platform-reqs
Browse files Browse the repository at this point in the history
CI: Remove --ignore-platform-reqs
  • Loading branch information
jeremy379 authored Aug 29, 2024
2 parents 8477291 + de25ba9 commit 6c721ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php81.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php-version: '8.1'

- name: Install Dependencies
run: composer install --prefer-dist --ignore-platform-reqs --no-interaction
run: composer install --prefer-dist --no-interaction

- name: Check code styling
run: composer ecs-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php82.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php-version: '8.2'

- name: Install Dependencies
run: composer install --prefer-dist --ignore-platform-reqs --no-interaction
run: composer install --prefer-dist --no-interaction

- name: Check code styling
run: composer ecs-check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php83.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
php-version: '8.3'

- name: Install Dependencies
run: composer install --prefer-dist --ignore-platform-reqs --no-interaction
run: composer install --prefer-dist --no-interaction

- name: Check code styling
run: composer ecs-check
Expand Down

0 comments on commit 6c721ca

Please sign in to comment.