File tree 1 file changed +0
-18
lines changed
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
php-version :
19
- - " 7.2"
20
- - " 7.3"
21
19
- " 7.4"
22
20
- " 8.0"
23
21
- " 8.1"
41
39
- name : " Install dependencies"
42
40
run : " composer install --no-interaction --no-progress"
43
41
44
- - name : " Downgrade PHPUnit and Mockery"
45
- if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
46
- run : " composer require --dev phpunit/phpunit:^7.5.20 mockery/mockery:^1.3 --update-with-dependencies"
47
-
48
42
- name : " Lint"
49
43
run : " make lint"
50
44
94
88
fail-fast : false
95
89
matrix :
96
90
php-version :
97
- - " 7.2"
98
- - " 7.3"
99
91
- " 7.4"
100
92
- " 8.0"
101
93
- " 8.1"
@@ -124,10 +116,6 @@ jobs:
124
116
if : ${{ matrix.dependencies == 'highest' }}
125
117
run : " composer update --no-interaction --no-progress"
126
118
127
- - name : " Downgrade PHPUnit and Mockery"
128
- if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
129
- run : " composer require --dev phpunit/phpunit:^7.5.20 mockery/mockery:^1.3 --update-with-dependencies"
130
-
131
119
- name : " Tests"
132
120
run : " make tests"
133
121
@@ -139,8 +127,6 @@ jobs:
139
127
fail-fast : false
140
128
matrix :
141
129
php-version :
142
- - " 7.2"
143
- - " 7.3"
144
130
- " 7.4"
145
131
- " 8.0"
146
132
- " 8.1"
@@ -171,9 +157,5 @@ jobs:
171
157
if : ${{ matrix.dependencies == 'highest' }}
172
158
run : " composer update --no-interaction --no-progress"
173
159
174
- - name : " Downgrade PHPUnit and Mockery"
175
- if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
176
- run : " composer require --dev phpunit/phpunit:^7.5.20 mockery/mockery:^1.3 --update-with-dependencies"
177
-
178
160
- name : " PHPStan"
179
161
run : " make phpstan"
You can’t perform that action at this time.
0 commit comments