File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 73
73
- " 7.4"
74
74
- " 8.0"
75
75
76
- dependencies :
77
- - " lowest"
78
- - " highest"
79
-
80
76
steps :
81
77
- name : " Checkout"
82
78
uses : " actions/checkout@v2"
98
94
- name : " Set COMPOSER_ROOT_VERSION environment variable"
99
95
uses : " docker://ergebnis/composer-root-version-action:0.1.3"
100
96
101
- - name : " Install lowest dependencies with composer"
102
- if : " matrix.dependencies == 'lowest'"
103
- run : " ./tools/composer update --no-ansi --no-interaction --no-progress --prefer-lowest"
104
-
105
- - name : " Install highest dependencies with composer"
106
- if : " matrix.dependencies == 'highest'"
97
+ - name : " Install dependencies with composer"
107
98
run : " ./tools/composer update --no-ansi --no-interaction --no-progress"
108
99
109
100
- name : " Run tests with phpunit/phpunit"
You can’t perform that action at this time.
0 commit comments