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 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"
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
-
48
42
- name : " Lint"
49
43
run : " make lint"
50
44
95
89
matrix :
96
90
operating-system : [ubuntu-latest, windows-latest]
97
91
php-version :
98
- - " 7.2"
99
- - " 7.3"
100
92
- " 7.4"
101
93
- " 8.0"
102
94
- " 8.1"
@@ -125,10 +117,6 @@ jobs:
125
117
if : ${{ matrix.dependencies == 'highest' }}
126
118
run : " composer update --no-interaction --no-progress"
127
119
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
-
132
120
- name : " Tests"
133
121
run : " make tests"
134
122
@@ -140,8 +128,6 @@ jobs:
140
128
fail-fast : false
141
129
matrix :
142
130
php-version :
143
- - " 7.2"
144
- - " 7.3"
145
131
- " 7.4"
146
132
- " 8.0"
147
133
- " 8.1"
@@ -164,9 +150,5 @@ jobs:
164
150
- name : " Install dependencies"
165
151
run : " composer update --no-interaction --no-progress"
166
152
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
-
171
153
- name : " PHPStan"
172
154
run : " make phpstan"
You can’t perform that action at this time.
0 commit comments