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"
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"
@@ -110,7 +108,7 @@ jobs:
110
108
run : " composer update --no-interaction --no-progress"
111
109
112
110
- name : " Downgrade PHPUnit"
113
- 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'
114
112
run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
115
113
116
114
- name : " Tests"
@@ -124,7 +122,6 @@ jobs:
124
122
fail-fast : false
125
123
matrix :
126
124
php-version :
127
- - " 7.1"
128
125
- " 7.2"
129
126
- " 7.3"
130
127
- " 7.4"
@@ -147,7 +144,7 @@ jobs:
147
144
run : " composer update --no-interaction --no-progress"
148
145
149
146
- name : " Downgrade PHPUnit"
150
- if : matrix.php-version == '7.1' || matrix.php-version == '7. 2' || matrix.php-version == '7.3'
147
+ if : matrix.php-version == '7.2' || matrix.php-version == '7.3'
151
148
run : " composer require --dev phpunit/phpunit:^7.5.20 --update-with-dependencies"
152
149
153
150
- name : " PHPStan"
Original file line number Diff line number Diff line change 3
3
"description" : " PHPDoc parser with support for nullable, intersection and generic types" ,
4
4
"license" : " MIT" ,
5
5
"require" : {
6
- "php" : " ^7.1 || ^8.0"
6
+ "php" : " ^7.2 || ^8.0"
7
7
},
8
8
"require-dev" : {
9
9
"php-parallel-lint/php-parallel-lint" : " ^1.2" ,
10
10
"phpstan/extension-installer" : " ^1.0" ,
11
- "phpstan/phpstan" : " ^1.0 " ,
11
+ "phpstan/phpstan" : " ^1.5 " ,
12
12
"phpstan/phpstan-strict-rules" : " ^1.0" ,
13
13
"phpunit/phpunit" : " ^9.5" ,
14
14
"symfony/process" : " ^5.2"
You can’t perform that action at this time.
0 commit comments