File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
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"
39
38
run : " composer install --no-interaction --no-progress"
40
39
41
40
- name : " Downgrade PHPUnit"
42
- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
41
+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
43
42
run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
44
43
45
44
- name : " Lint"
80
79
fail-fast : false
81
80
matrix :
82
81
php-version :
83
- - " 7.1"
84
82
- " 7.2"
85
83
- " 7.3"
86
84
- " 7.4"
@@ -108,7 +106,7 @@ jobs:
108
106
run : " composer update --no-interaction --no-progress"
109
107
110
108
- name : " Downgrade PHPUnit"
111
- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
109
+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
112
110
run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
113
111
114
112
- name : " Tests"
@@ -122,7 +120,6 @@ jobs:
122
120
fail-fast : false
123
121
matrix :
124
122
php-version :
125
- - " 7.1"
126
123
- " 7.2"
127
124
- " 7.3"
128
125
- " 7.4"
@@ -152,7 +149,7 @@ jobs:
152
149
run : " composer update --no-interaction --no-progress"
153
150
154
151
- name : " Downgrade PHPUnit"
155
- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
152
+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
156
153
run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
157
154
158
155
- name : " PHPStan"
Original file line number Diff line number Diff line change 6
6
" MIT"
7
7
],
8
8
"require" : {
9
- "php" : " ^7.1 || ^8.0" ,
10
- "phpstan/phpstan" : " ^1.4.9 "
9
+ "php" : " ^7.2 || ^8.0" ,
10
+ "phpstan/phpstan" : " ^1.5.0 "
11
11
},
12
12
"require-dev" : {
13
13
"nikic/php-parser" : " ^4.13.0" ,
You can’t perform that action at this time.
0 commit comments