File tree 2 files changed +5
-11
lines changed
2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
php-version :
19
- - " 7.1"
20
19
- " 7.2"
21
20
- " 7.3"
22
21
- " 7.4"
40
39
run : " composer install --no-interaction --no-progress"
41
40
42
41
- name : " Downgrade PHPUnit"
43
- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
42
+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
44
43
run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
45
44
46
45
- name : " Lint"
81
80
fail-fast : false
82
81
matrix :
83
82
php-version :
84
- - " 7.1"
85
83
- " 7.2"
86
84
- " 7.3"
87
85
- " 7.4"
90
88
dependencies :
91
89
- " lowest"
92
90
- " highest"
93
- exclude :
94
- - php-version : " 7.1"
95
- dependencies : " highest"
96
91
97
92
steps :
98
93
- name : " Checkout"
@@ -113,7 +108,7 @@ jobs:
113
108
run : " composer update --no-interaction --no-progress"
114
109
115
110
- name : " Downgrade PHPUnit"
116
- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
111
+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
117
112
run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
118
113
119
114
- name : " Tests"
@@ -127,7 +122,6 @@ jobs:
127
122
fail-fast : false
128
123
matrix :
129
124
php-version :
130
- - " 7.1"
131
125
- " 7.2"
132
126
- " 7.3"
133
127
- " 7.4"
@@ -158,7 +152,7 @@ jobs:
158
152
run : " composer update --no-interaction --no-progress"
159
153
160
154
- name : " Downgrade PHPUnit"
161
- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
155
+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
162
156
run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
163
157
164
158
- name : " PHPStan"
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^7.1 || ^8.0" ,
16
+ "php" : " ^7.2 || ^8.0" ,
17
17
"ext-simplexml" : " *" ,
18
- "phpstan/phpstan" : " ^1.4 "
18
+ "phpstan/phpstan" : " ^1.5 "
19
19
},
20
20
"conflict" : {
21
21
"symfony/framework-bundle" : " <3.0"
You can’t perform that action at this time.
0 commit comments