File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 php-version :
19- - " 7.2"
20- - " 7.3"
2119 - " 7.4"
2220 - " 8.0"
2321 - " 8.1"
4139 - name : " Install dependencies"
4240 run : " composer install --no-interaction --no-progress"
4341
44- - name : " Downgrade PHPUnit"
45- if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
46- run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
47-
4842 - name : " Lint"
4943 run : " make lint"
5044
9589 matrix :
9690 operating-system : [ubuntu-latest, windows-latest]
9791 php-version :
98- - " 7.2"
99- - " 7.3"
10092 - " 7.4"
10193 - " 8.0"
10294 - " 8.1"
@@ -125,10 +117,6 @@ jobs:
125117 if : ${{ matrix.dependencies == 'highest' }}
126118 run : " composer update --no-interaction --no-progress"
127119
128- - name : " Downgrade PHPUnit"
129- if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
130- run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
131-
132120 - name : " Tests"
133121 run : " make tests"
134122
@@ -140,8 +128,6 @@ jobs:
140128 fail-fast : false
141129 matrix :
142130 php-version :
143- - " 7.2"
144- - " 7.3"
145131 - " 7.4"
146132 - " 8.0"
147133 - " 8.1"
@@ -164,9 +150,5 @@ jobs:
164150 - name : " Install dependencies"
165151 run : " composer update --no-interaction --no-progress"
166152
167- - name : " Downgrade PHPUnit"
168- if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
169- run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
170-
171153 - name : " PHPStan"
172154 run : " make phpstan"
You can’t perform that action at this time.
0 commit comments