Skip to content

Commit e4cfaf0

Browse files
committed
Ignore php dependency only
1 parent f360879 commit e4cfaf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ jobs:
115115

116116
- name: "Install lowest dependencies with composer"
117117
if: matrix.dependencies == 'lowest'
118-
run: composer update --no-interaction --no-progress --no-plugins --prefer-lowest --ignore-platform-reqs
118+
run: composer update --no-interaction --no-progress --no-plugins --prefer-lowest --ignore-platform-reqs=php
119119

120120
- name: "Install highest dependencies with composer"
121121
if: matrix.dependencies == 'highest'
122-
run: composer update --no-interaction --no-progress --no-plugins --ignore-platform-reqs
122+
run: composer update --no-interaction --no-progress --no-plugins --ignore-platform-reqs=php
123123

124124
- name: "Run unit tests"
125125
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)